liquid_feedback_frontend

view env/util/trim.lua @ 65:d63d32c9fb37

Added missing "_" function call in app/main/draft/_show.lua
author bsw
date Thu Apr 22 17:52:47 2010 +0200 (2010-04-22)
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