trim extra whitespace from cleaned up HTML
git-svn-id: http://comictagger.googlecode.com/svn/trunk@97 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
360e2313eb
commit
1ab03196bb
@ -266,6 +266,9 @@ class ComicVineTalker(QObject):
|
||||
|
||||
newstring = newstring.replace(' ',' ')
|
||||
newstring = newstring.replace('&','&')
|
||||
|
||||
newstring = newstring.strip()
|
||||
|
||||
|
||||
return newstring
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user