Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/06/2010, 11:28
KazerPowa
Invitado
 
Mensajes: n/a
Puntos:
Ala W3C no le gustan los enlaces con argumentos PHP

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
  1. <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.