liquid_feedback_frontend

view env/util/trim.lua @ 541:f7bc22fbf660

Fixed displaying voters with abstention in some cases
author bsw
date Sun May 27 23:03:58 2012 +0200 (2012-05-27)
parents 0ee1e0c42d4c
children de8602f8d9bb
line source
1 function util.trim(string)
2 return (string:gsub("^%s*", ""):gsub("%s*$", ""):gsub("%s+", " "))
3 end

Impressum / About Us