liquid_feedback_frontend

view env/util/trim.lua @ 8:374bbc2ff102

Version beta4

Bug fixed, which made it impossible to explicitly become interested in a topic

Fixed positioning of dialog for entering a new suggestion

Display of 404 pages
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