liquid_feedback_frontend

annotate 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
rev   line source
bsw/jbe@6 1 function util.trim(string)
bsw/jbe@6 2 return (string:gsub("^%s*", ""):gsub("%s*$", ""))
bsw/jbe@6 3 end

Impressum / About Us