Quote:
Originally Posted by Starson17
Put three single quotes before and after the portion you want commented out (properly indented).
|
Thanks for the suggestion! I found the offending code, it's this one:
Code:
remove_tags_before = [
dict(name='div', attrs={'class':["content-noticia-title","artigoHeader"]}),
dict(name='table', attrs={'class':'ECOSFERA_polaroid'})
]
It seems both lines are wrong, but so far I am unable to fix it.