liquid_feedback_frontend

changeset 925:815995d95962

Do not trim wiki formatted voting comment input
author bsw
date Mon Oct 15 21:43:46 2012 +0200 (2012-10-15)
parents 20aaef1a5155
children fa4228498295
files app/main/vote/_action/update.lua
line diff
     1.1 --- a/app/main/vote/_action/update.lua	Mon Oct 15 21:21:13 2012 +0200
     1.2 +++ b/app/main/vote/_action/update.lua	Mon Oct 15 21:43:46 2012 +0200
     1.3 @@ -67,7 +67,7 @@
     1.4      end
     1.5      
     1.6      local formatting_engine = param.get("formatting_engine")
     1.7 -    local comment = util.trim(param.get("comment"))
     1.8 +    local comment = param.get("comment")
     1.9  
    1.10      if comment ~= direct_voter.comment then
    1.11        if #comment > 0 then

Impressum / About Us