I just upgraded to 6.3 from 6.2 and now notice the include statement I've always used before
on my weblog's sidemenu...
<!--#include virtual="/cgi-bin/album.pl?album=:recent;ssi=5"--> ...results in html code that reads
<a href="http://4tg.ca/cgi-bin/album.pl?photo=mcdonald/cottage/DSCN1279.JPG" class="imagethumb"><img img src="http://4tg.ca/album/mcdonald/cottage/thmb_DSCN1279.JPG" align="middle" class="photo" alt="DSCN1279.JPG" /></div>The thumbnails still show OK but I don't know why there is a double "img img" in the src statement.
Can anyone help me correct this?
On another note, has anyone made the ssi :recent include; W3C validate to XHTML 1.0 Transitional?