View Single Post
Old 06-16-2010, 11:33 AM   #2113
lordvetinari2
Zealot
lordvetinari2 is on a distinguished road
 
Posts: 137
Karma: 61
Join Date: Jun 2006
Location: Gijón, Spain
Device: Kindle 3G+WiFi & Galaxy Note
Quote:
Originally Posted by Starson17 View Post
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.
lordvetinari2 is offline