Content deleted Content added
No edit summary |
No edit summary |
||
Line 211:
cell:css("font-family", "'" .. args['font'] .. "'")
end
if args['suffix'] and args['suffix'][codepoint.int] then
unicodeChar = unicodeChar
.. '&#x' .. args['suffix'][codepoint.int] .. ';'
|