# HG changeset patch # User bsw # Date 1414408193 -3600 # Node ID 9e3f73a026db46c314bf291bf680002b91e514c8 # Parent b18e198c262437caabe8c7e0a2f8be664a7fc466 Fixed draft preview style when creating new initiative diff -r b18e198c2624 -r 9e3f73a026db app/main/initiative/new.lua --- a/app/main/initiative/new.lua Mon Oct 27 12:03:54 2014 +0100 +++ b/app/main/initiative/new.lua Mon Oct 27 12:09:53 2014 +0100 @@ -93,7 +93,7 @@ formatting_engine = param.get("formatting_engine") end ui.container{ - attr = { class = "draft_content wiki" }, + attr = { class = "draft" }, content = function() slot.put(format.wiki_text(param.get("draft"), formatting_engine)) end