liquid_feedback_frontend

changeset 182:24b61c3fd933

Added missing encoding to suggestion text
author bsw
date Mon Nov 01 22:01:45 2010 +0100 (2010-11-01)
parents 105abd1d4996
children 02197b85ca3b
files app/main/suggestion/_suggestion.lua
line diff
     1.1 --- a/app/main/suggestion/_suggestion.lua	Sun Oct 31 23:51:00 2010 +0100
     1.2 +++ b/app/main/suggestion/_suggestion.lua	Mon Nov 01 22:01:45 2010 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4      ui.container{
     1.5        attr = { class = "suggestion_content wiki" },
     1.6        content = function()
     1.7 -        slot.put(encode.html_newlines(suggestion.description))
     1.8 +        slot.put(encode.html_newlines(encode.html(suggestion.description)))
     1.9        end
    1.10      }
    1.11    end

Impressum / About Us