Module:Color contrast: Difference between revisions

replace html entity with # symbol - tested in /sandbox1 so as not to disturb /sandbox
m (1 revision imported: Template:Reflist)
enwiki:Mediawiki>RexxS
(replace html entity with # symbol - tested in /sandbox1 so as not to disturb /sandbox)
Line 63:
return ''
end
 
-- html '#' entity
c = c:gsub("#", "#")
 
-- whitespace
c = c:match( '^%s*(.-)[%s;]*$' )