Module:Yesno: Difference between revisions

Trim space
(Ported Template:Yesno to Lua)
 
(Trim space)
Line 22:
val = (val or ''):lower()
val = val:match'^%s*(.*%S)' or ''
if val == '' then
Anonymous user