Module:form of: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Undo revision 225085 by Sware (talk))
Tag: Undo
No edit summary
Line 135: Line 135:
end
end
if data.terminfo then
if data.terminfo then
table.insert(parts, "<span class='" .. terminfo_classes .. "'  style='font-weight: bold; font-style: normal;'>")
table.insert(parts, "<span class='" .. terminfo_classes .. "'  style='font-style: normal;'>")
if type(data.terminfo) == "string" then
if type(data.terminfo) == "string" then
table.insert(parts, data.terminfo)
table.insert(parts, data.terminfo)

Navigation menu