mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 09:04:44 +00:00
style
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@777 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
eb1b2a2f9c
commit
379bb9e342
1 changed files with 2 additions and 1 deletions
|
|
@ -173,7 +173,8 @@ class HttpUrlData (ProxyUrlData):
|
|||
self.url = effectiveurl
|
||||
|
||||
if has301status:
|
||||
self.setWarning(i18n._("HTTP 301 (moved permanent) encountered: you "
|
||||
self.setWarning(
|
||||
i18n._("HTTP 301 (moved permanent) encountered: you "
|
||||
"should update this link"))
|
||||
if self.url[-1]!='/':
|
||||
self.setWarning(
|
||||
|
|
|
|||
Loading…
Reference in a new issue