1) Fixed formatting of main page to accommodate larger fonts used in browser.
This commit is contained in:
parent
60e46ff416
commit
ec846b538d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function format_indices(string, indices)
|
|||
loutput = ""
|
||||
for ipos,index in ipairs(indices) do
|
||||
if splitline[index] ~= nil then
|
||||
loutput = loutput .. string.format("%-50s", splitline[index])
|
||||
loutput = loutput .. string.format("%-40s", splitline[index])
|
||||
else
|
||||
loutput = nil
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue