Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Color contrast: Difference between revisions

Content added Content deleted
(typo)
(replace html entity with # symbol - tested in /sandbox1 so as not to disturb /sandbox)
Line 63: Line 63:
return ''
return ''
end
end

-- html '#' entity
c = c:gsub("#", "#")

-- whitespace
-- whitespace
c = c:match( '^%s*(.-)[%s;]*$' )
c = c:match( '^%s*(.-)[%s;]*$' )
Cookies help us deliver our services. By using our services, you agree to our use of cookies.