i thought i'd post this in case anyone else runs into a similar problem. i was getting errors for a video thumbnail in the paged_thumbs_nav portion of my image.php page intermittently when there were "&" entities in the src url of the img. i found out the problem was that the resize commands in the url for the default video thumbnail was causing a lot of issues with the validator.
an example url would be something like:
`zp-core/i.php?a=test2&i=image_name.jpg&w=100&h=100&cw=100&ch=100&q=75&t=1`
as soon as i made a thumbnail for all of the videos in the album, it validated without problem.
i put this in general discussion because i'm not asking that this be corrected any time soon. it probably wouldn't happen very often, and isn't difficult to avoid. zenphoto continues to be a great tool.
Comments
As said: That the validator does not "freak out" is because only the uncached image links use the &, then the cached image is used.