Module:Lang: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(tweak tool tip for language collectives;)
No edit summary
Line 969: Line 969:
table.insert (out, "&nbsp;</small>");
table.insert (out, "&nbsp;</small>");
end
end
table.insert (out, table.concat ({"'", args.translation, "'"}));
table.insert (out, table.concat ({'&#39;', args.translation, '&#39;'})); -- use html entities to avoid wiki markup confusion
end
end