target=_top

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@145 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2000-08-07 11:54:06 +00:00
parent 659d2f1ab8
commit 228a4ea6cf
3 changed files with 11 additions and 2 deletions

8
debian/changelog vendored
View file

@ -6,10 +6,18 @@ linkchecker (1.2.4) unstable; urgency=low
* fix for HTTP HEAD requests from bad/dumb/old servers
* CGI script fixes
* LinkChecker Online HTML pages added
<<<<<<< changelog
* fixed bug in config file parser with external link specification
=======
* news: link support for links which specify a NNTP server
* fixed parsing of extern? config file options (was endless loop)
>>>>>>> 1.35
<<<<<<< changelog
-- Bastian Kleineidam <calvin@users.sourceforge.net> Thu, 13 Jul 2000 20:48:32 +0200
=======
-- Bastian Kleineidam <calvin@users.sourceforge.net> Fri, 14 Jul 2000 05:23:08 +0200
>>>>>>> 1.35
linkchecker (1.2.3) unstable; urgency=low

View file

@ -7,7 +7,8 @@
<font face="Lucida,Verdana,Arial,sans-serif">
<center><h2>LinkChecker Online</h2>
(powered by <a href="http://linkchecker.sourceforge.net/">LinkChecker</a>)
(powered by <a href="http://linkchecker.sourceforge.net/"
target="_top">LinkChecker</a>)
</center>
<blockquote>

View file

@ -280,7 +280,7 @@ class HtmlLogger(StandardLogger):
self.fd.write("</font></blockquote><br><hr noshade size=1><small>"+
MyFont+Config.HtmlAppInfo+"<br>")
self.fd.write(_("Get the newest version at %s\n") %\
("<a href=\""+Config.Url+"\">"+Config.Url+"</a>.<br>"))
("<a href=\""+Config.Url+"\" target=\"_top\">"+Config.Url+"</a>.<br>"))
self.fd.write(_("Write comments and bugs to %s\n\n") %\
("<a href=\"mailto:"+Config.Email+"\">"+Config.Email+"</a>."))
self.fd.write("</font></small></body></html>")