Wednesday, July 11, 2018

Solution Of Error The Reference To Entity "max-results" Must End With The ';' Delimiter

This issue of "error The reference to entity "max-results" must end with the ';' delimiter" I face when I need to edit the navigation header of my blogger theme hosted on blogger.



For example, I have this navigation on my blog :

 
/search/label/windows?&max-results=9
/search/label/internet?&max-results=9



If you save this navigation and you get the error, then you need to change that code to something like this :

 
/search/label/windows?&max-results=9
/search/label/internet?&max-results=9



By putting the code "amp;" after the code "&", blogger will accept your template.

I do not know what causes the error. But it is working.

Back To Top