liquid_feedback_frontend

view env/util/trim.lua @ 7:3941792e8be6

Version beta3

Table allowed_policy is respected while creating new issues

Broken vote now/later link is not shown anymore (until it's implemented)

More user friendly error page

Minor spelling error corrected
author bsw
date Sat Jan 02 12:00:00 2010 +0100 (2010-01-02)
parents 8d91bccab0bf
children 0ee1e0c42d4c
line source
1 function util.trim(string)
2 return (string:gsub("^%s*", ""):gsub("%s*$", ""))
3 end

Impressum / About Us