Html scraping made easy.

Adding tags that are on the template

<a class="black10b">Descri&ccedil;&atilde;o</a>
${description}
<a></a>
On this case, we had to use the a tag to match. Since it appears on the template, we had to add the tag to anywhere it appeared. Those /a are probably dispensable.