minor update

This commit is contained in:
Miroslav Stampar
2010-11-06 08:31:11 +00:00
parent 1a708cf12d
commit 3619fc5127
3 changed files with 2 additions and 12 deletions

View File

@@ -1093,14 +1093,6 @@ def sanitizeAsciiString(subject):
else:
return None
def preparePageForLineComparison(page):
retVal = page
if isinstance(page, basestring):
return page.replace("><", ">\n<").replace("<br>", "\n").splitlines()
return retVal
def getFilteredPageContent(page):
retVal = page