mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 17:10:58 +00:00
remove unused quote_val method
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3042 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
3f6ac53fff
commit
fac0b0f793
1 changed files with 0 additions and 7 deletions
|
|
@ -212,10 +212,3 @@ def quote_attrval (s):
|
|||
else:
|
||||
res.append(u"&#%d;" % ord(c))
|
||||
return u"".join(res)
|
||||
|
||||
|
||||
def quote_val (s):
|
||||
s = s.replace('&', "&")
|
||||
s = s.replace('<', "<")
|
||||
s = s.replace('>', ">")
|
||||
return s
|
||||
|
|
|
|||
Loading…
Reference in a new issue