liquid_feedback_frontend
diff app/main/suggestion/_suggestion.lua @ 279:23c98752e697
Added wiki support for suggestions and member statements
| author | bsw |
|---|---|
| date | Thu Feb 16 14:08:43 2012 +0100 (2012-02-16) |
| parents | 24b61c3fd933 |
| children | cc64a4fc6ab6 |
line diff
1.1 --- a/app/main/suggestion/_suggestion.lua Mon Feb 13 01:53:41 2012 +0100 1.2 +++ b/app/main/suggestion/_suggestion.lua Thu Feb 16 14:08:43 2012 +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(encode.html(suggestion.description))) 1.8 + slot.put(suggestion:get_content("html")) 1.9 end 1.10 } 1.11 end