liquid_feedback_frontend

changeset 1102:9e3f73a026db

Fixed draft preview style when creating new initiative
author bsw
date Mon Oct 27 12:09:53 2014 +0100 (2014-10-27)
parents b18e198c2624
children 0d917987a7f5
files app/main/initiative/new.lua
line diff
     1.1 --- a/app/main/initiative/new.lua	Mon Oct 27 12:03:54 2014 +0100
     1.2 +++ b/app/main/initiative/new.lua	Mon Oct 27 12:09:53 2014 +0100
     1.3 @@ -93,7 +93,7 @@
     1.4              formatting_engine = param.get("formatting_engine")
     1.5            end
     1.6            ui.container{
     1.7 -            attr = { class = "draft_content wiki" },
     1.8 +            attr = { class = "draft" },
     1.9              content = function()
    1.10                slot.put(format.wiki_text(param.get("draft"), formatting_engine))
    1.11              end

Impressum / About Us