Content deleted Content added
No edit summary |
No edit summary |
||
Line 44:
local hexStr = rowHex .. string.format("%X", colIndex)
local cell = row:tag("td")
if isReserved(
cell:addClass("reserved")
else
cell:wikitext('&#x'..
end
end
|