liquid_feedback_frontend
diff app/main/suggestion/_suggestion.lua @ 141:20e0b64cc1f9
use monospace/pre data on suggestion display and entry
this allows better formatting on the user suggestions without the overhead of using wiki there
fixes bug #215
this allows better formatting on the user suggestions without the overhead of using wiki there
fixes bug #215
| author | Daniel Poelzleithner <poelzi@poelzi.org> |
|---|---|
| date | Wed Oct 06 14:34:45 2010 +0200 (2010-10-06) |
| parents | de6b80867eb7 |
| children | 105abd1d4996 |
line diff
1.1 --- a/app/main/suggestion/_suggestion.lua Wed Oct 06 14:14:23 2010 +0200 1.2 +++ b/app/main/suggestion/_suggestion.lua Wed Oct 06 14:34:45 2010 +0200 1.3 @@ -13,7 +13,7 @@ 1.4 attr = { class = "suggestion_content wiki" }, 1.5 content = function() 1.6 ui.tag{ 1.7 - tag = "p", 1.8 + tag = "pre", 1.9 content = suggestion.description 1.10 } 1.11 end