Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 46:
line = line..'───'
i = i+1
end
if args['test_line_width'] then -- used to test line width before and after width reduction
return line..'<br /><br />'..'<span style="display:inline-block; overflow:hidden; word-wrap:normal; width:'..count..'em;">'..line..'</span>'
end
|