Quick change for the summary colleciton in checkmated.com

This commit is contained in:
Ida
2012-05-18 16:34:40 -04:00
parent 73cefeb858
commit a67e3a7234
@@ -179,6 +179,7 @@ class CheckmatedComAdapter(BaseSiteAdapter):
summary = soup.find('fieldset')
summary.find('legend').extract()
summary.name='div'
self.setDescription(url,summary)