PDA

View Full Version : Validation Checks


IGGY
01-04-2007, 07:50 PM
I like to build pages that are valid to todays web standards. I have found that in many cases SD has some naughty code and I have been fixing it. So instead of keeping it all to myself here it is. If you find any please share :D

In plugins/p6_contact_form/contactforum.php

Line 180 change to this (add alt="" to img attribute)
<img src="includes/vvc.php?vvcid=' . $vvcid . '" alt=""/></td>

In plugins/p2_news/news.php

Line 181 change to this (add alt="" to img attribute)
echo '<img src="includes/vvc.php?vvcid=' . $vvcid . '" alt=""/><br/><br/>

robert_p_skold
01-04-2007, 09:41 PM
You should add alt text also.

thomas
01-05-2007, 01:11 AM
you should also post a support ticket at sd.com to notify them of the changes they need to make

spib
01-05-2007, 08:02 AM
Don't worry I've seen it ;)