Hello,
I'm using 1.1 and the printCustomSizedImage for the images in the theme. When I validate, I get this message and an invalid page:
cannot generate system identifier for general entity "i".
….php?a=residential%2Fprince-george-1&i=12.jpg&s=650" rel="lightbox[Residence]
Now, when I refresh the page a few times and click on all the images, then I get a valid page.
What's up with this?
Comments
`....php?a=residential%2Fprince-george-1&i=12.jpg&s=650" rel="lightbox[Residence]`
to validate correctly.
ZenPhoto uses the non-validating "&" instead of "&" in a number of places. If it's a URL inside HTML, it should be "&". On my site I've already cleaned up the RSS feed links.
http://validator.w3.org/docs/help.html#faq-ampersand
http://htmlhelp.com/tools/validator/problems.html#amp
The browser will correctly unescape it, so it should work fine.
It's a very common error, but it will cause W3C validation to fail.