liquid_feedback_frontend

diff app/main/index/login.lua @ 105:07953b0ef62c

fixing html title (totally forgot to add new filter before!)
author jorges
date Mon Sep 20 12:57:44 2010 +0200 (2010-09-20)
parents c553898f64cb
children 068ad175ebd7
line diff
     1.1 --- a/app/main/index/login.lua	Mon Sep 20 01:43:19 2010 +0200
     1.2 +++ b/app/main/index/login.lua	Mon Sep 20 12:57:44 2010 +0200
     1.3 @@ -11,6 +11,7 @@
     1.4  }
     1.5  
     1.6  slot.put_into("title", encode.html(config.app_title))
     1.7 +app.html_title.title = _"Login"
     1.8  
     1.9  slot.select("title", function()
    1.10    ui.container{

Impressum / About Us