Dubbio sul risultato del validator di una pagina html:

Error Line 54 column 65: reference to entity "pagina" for which no system identifier could be generated.

...[*]<a href="view.phpid=1&pagina=1">View<a>

This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
In questa liena mi viene evidenziato l'=... basta sostituire la & con & amp; o devo fare qualche operazione anche con =?

Grazie