mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 21:24:45 +00:00
missing td
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1598 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8dee800650
commit
a7a527b912
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class HtmlLogger (linkcheck.logger.Logger):
|
|||
"""write url_data.result"""
|
||||
if url_data.valid:
|
||||
self.fd.write("<tr><td bgcolor=\""+self.colorok+"\">"+
|
||||
self.field("result")+"</td>"+self.colorok+
|
||||
self.field("result")+"</td><td bgcolor=\""+self.colorok+"\">"+
|
||||
cgi.escape(url_data.result)+"</td></tr>"+os.linesep)
|
||||
else:
|
||||
self.errors += 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue