This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
planningalerts
mirror of
https://github.com/adrianshort/planningalerts.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix Oldham
master
duncan.parkes
17 years ago
parent
2071ecfe3e
commit
bdef71da65
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cgi-bin/AcolnetParser.py
+1
-1
python_scrapers/AcolnetParser.py
+ 1
- 1
cgi-bin/AcolnetParser.py
View File
@@ -386,7 +386,7 @@ class OldhamParser(AcolnetParser):
location_tr = 6
proposal_tr = 7
def _cleanupHTML(self, html):
def _cleanupHTML(self, html):
"""There is a bad table end tag in this one.
Fix it before we start"""
+ 1
- 1
python_scrapers/AcolnetParser.py
View File
@@ -386,7 +386,7 @@ class OldhamParser(AcolnetParser):
location_tr = 6
proposal_tr = 7
def _cleanupHTML(self, html):
def _cleanupHTML(self, html):
"""There is a bad table end tag in this one.
Fix it before we start"""
Write
Preview
Loading…
Cancel
Save