# HG changeset patch # User bsw # Date 1350330226 -7200 # Node ID 815995d9596298499bd9730e4d02737c791cf7a7 # Parent 20aaef1a51555579b308582a00888899f8bf0e6e Do not trim wiki formatted voting comment input diff -r 20aaef1a5155 -r 815995d95962 app/main/vote/_action/update.lua --- a/app/main/vote/_action/update.lua Mon Oct 15 21:21:13 2012 +0200 +++ b/app/main/vote/_action/update.lua Mon Oct 15 21:43:46 2012 +0200 @@ -67,7 +67,7 @@ end local formatting_engine = param.get("formatting_engine") - local comment = util.trim(param.get("comment")) + local comment = param.get("comment") if comment ~= direct_voter.comment then if #comment > 0 then