missing apostrophe in python code

master
http://www.openid.albertlash.com/openid/ 2009-11-14 14:34:52 -05:00 committed by Joey Hess
parent df06b9201c
commit 65077372fa
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ to adjust this script too:
anchors = pagetable.getElementsByTagName("a")
for a in anchors:
print a.firstChild.toxml().\
replace('&,'&').\
replace('&','&').\
replace('&lt;','<').\
replace('&gt;','>')