Indent broken links.
This commit is contained in:
parent
ad997de556
commit
480e66d539
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function checklinks(url)
|
|||
for i = 1, getn(links) do
|
||||
write(_STDERR, "\t", links[i], "\n")
|
||||
local err = getstatus(links[i])
|
||||
if err then write(links[i], ": ", err, "\n") end
|
||||
if err then write('\t', links[i], ": ", err, "\n") end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue