liquid_feedback_frontend

diff app/main/index/download.lua @ 1045:701a5cf6b067

Imported LiquidFeedback Frontend 3.0 branch
author bsw
date Thu Jul 10 01:19:48 2014 +0200 (2014-07-10)
parents f49cdfb72567
children 3f52e99b444d
line diff
     1.1 --- a/app/main/index/download.lua	Thu Jul 10 01:02:43 2014 +0200
     1.2 +++ b/app/main/index/download.lua	Thu Jul 10 01:19:48 2014 +0200
     1.3 @@ -15,12 +15,10 @@
     1.4    }
     1.5  end)
     1.6  
     1.7 -util.help("index.download", _"Download")
     1.8 -
     1.9  ui.container{
    1.10    attr = { class = "wiki use_terms" },
    1.11    content = function()
    1.12 -    slot.put(format.wiki_text(config.download_use_terms))
    1.13 +    slot.put(config.download_use_terms)
    1.14    end
    1.15  }
    1.16  

Impressum / About Us