CommentLuv Plugin Validation by Validome
April 16, 2008 – 11:32 pm by Dani IswaraI tried to make CommentLuv (WordPress plugin) code valid XHTML 1.1 based on Validome.org validator.
I got these kind of errors:
Error: input is not allowed here. Missing `ins`, `del`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `p`, `div`, `address`, `fieldset`-Tag.
Error Position: <input name=’luv’ id=’luv’ value=’luv’ type=’checkbox’ style=’width:auto;’
Error: label is not allowed here. Missing `ins`, `del`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `p`, `div`, `address`, `fieldset`-Tag.
Error Position: le=’width: auto;’ checked=”checked” /><label for=’luv’><!- - Added by Comment
Here is my way.
Login to your WordPress dashboard » Plugins » Edit (CommentLuv).
You can try Admin Drop Down Menu plugin for better admin menu management.
This is my CommentLuv plugin code (find these section; div and small as added tags) :
echo "<div><input name='luv' id='luv' value='luv' type='checkbox' style='width: auto;'";
if(get_option('cl_default_on')=="TRUE") { echo ' checked="checked" ';}
echo "/><label for='luv'><small><!- - Added by CommentLuv Plugin v1.7 - Andy Bailey @ www.fiddyp.co.uk- ->".$cl_under_comment."</small></label></div>";
Press ‘Update File’.
Check your web page validation using Validome.org (Validome XHTML Validator is more Strict). ![]()
Last updated: Friday, May 16, 2008 at 7:52 am
Taken from: CommentLuv Plugin Validation by Validome by Dani Iswara (Dani Iswara .Net).











Using
I guess I have problem with the ATRC, so I have deleted this plugin