Hola,
Por lo visto, al intentar validar mi página, me saltan varios errores al llegar a links de este estilo:
Código HTML:
Ver original<a href="pagina.php?t=118&s=119" class="class">Texto
</a>
Los errores son:
Código:
Cannot generate system identifier for general entity "t" [subraya "t"]
Cannot generate system identifier for general entity "s" [subraya "s"]
Reference not terminated by REFC delimiter [subraya "="]
Reference to external entity in attribute value [subraya "="]
Hay alguna forma de solucionarlo?
Saludos.