missing apostrophe in python code
parent
df06b9201c
commit
65077372fa
|
@ -38,7 +38,7 @@ to adjust this script too:
|
||||||
anchors = pagetable.getElementsByTagName("a")
|
anchors = pagetable.getElementsByTagName("a")
|
||||||
for a in anchors:
|
for a in anchors:
|
||||||
print a.firstChild.toxml().\
|
print a.firstChild.toxml().\
|
||||||
replace('&,'&').\
|
replace('&','&').\
|
||||||
replace('<','<').\
|
replace('<','<').\
|
||||||
replace('>','>')
|
replace('>','>')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue