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/>
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/>