A página de visualizar legendas (para baixar) está com um erro no HTML no qual está deixando vários textos como link. Faltando apenas fechar a tag da imagem.
No seguinte trecho:
<div class="banner_728x90">
<a href="http://legendas.tv/vip">
<img style="border:0;" src="http://legendas.tv/img/banner_vip_728x60.jpg" alt="LEGENDAS.TV - VIP"</a>
</div>
Devendo ficar como:
<img style="border: 0px;" src="http://legendas.tv/img/banner_vip_728x60.jpg" alt="LEGENDAS.TV - VIP">
</a>
o filme kingsman não esta aparecendo a legenda
davydx
A página de visualizar legendas (para baixar) está com um erro no HTML no qual está deixando vários textos como link. Faltando apenas fechar a tag da imagem.
No seguinte trecho:
<div class="banner_728x90">
<a href="http://legendas.tv/vip">
<img style="border:0;" src="http://legendas.tv/img/banner_vip_728x60.jpg" alt="LEGENDAS.TV - VIP"</a>
</div>
Devendo ficar como:
<div class="banner_728x90">
<a href="http://legendas.tv/vip">
<img style="border: 0px;" src="http://legendas.tv/img/banner_vip_728x60.jpg" alt="LEGENDAS.TV - VIP">
</a>
</div>