Well i ran into 2 validation problems... they are selfmade... by the gallery.
As everything is OK.. I had the problem I wanted to use a
& in category title and category description..
as of 2.1 the & is converted to a simple &...
(
http://www.photopost.com/forum/showp...40&postcount=1)
so if you try to validate the page of that cat.. it wont!!!
validator will give a warning:
Quote:
|
character "&" is the first character of a delimiter but occurred as data.
|
Solution: dont use "&" in cattitle OR description
---------------------------
second problem.. in the showimage template.. this is not a warning but an error in some cases..
the pagetitletag <title></title> is made as follows:
$image[title] - $image[description] ...
but: the description is bbcode parsed...
That meens
IF a user puts a smiley in the first part of his description...
you get following
validation error:
Quote:
Error Line 6 column 188: document type does not allow element "img" here.
...t="" title="Wink" class="inlineimg" />
|
Solution: Remove " - $image[description] " in showimage template
Luc