Modul:Color contrast: Unterschied zwischen den Versionen
replace html entity with # symbol - tested in /sandbox1 so as not to disturb /sandbox
(typo) |
(replace html entity with # symbol - tested in /sandbox1 so as not to disturb /sandbox) |
||
| Zeile 63: | Zeile 63: | ||
return '' | return '' | ||
end | end | ||
-- html '#' entity | |||
c = c:gsub("#", "#") | |||
-- whitespace | -- whitespace | ||
c = c:match( '^%s*(.-)[%s;]*$' ) | c = c:match( '^%s*(.-)[%s;]*$' ) | ||