liquid_feedback_frontend

view env/util/trim.lua @ 1122:9ba82d3a9445

Added missing arrow to title when showing member sub pages
author bsw
date Wed Dec 24 12:05:28 2014 +0100 (2014-12-24)
parents de8602f8d9bb
children
line source
1 function util.trim(string)
2 if string == nil then
3 return string
4 end
5 return (string:gsub("^%s*", ""):gsub("%s*$", ""):gsub("%s+", " "))
6 end

Impressum / About Us