Comment 2 for bug 385387

Revision history for this message
Sridhar Ratnakumar (srid) wrote :

Further analysis uncovered the root cause of this error:

The HTML of http://sourceforge.net/project/showfiles.php?group_id=56099 contains the following:

   if(typeof(urchinTracker)!='function')document.write('<sc'+'ript src="'+

BeautifulSoup consideres the JavaScript string '<sc'+'ript src="' as a HTML tag and fails. So much for a permissive parser?