serendipity_event_freetag does not validate...
Posted: Tue Apr 17, 2012 4:49 pm
if 'admin_show_taglist' is disabled.
This is caused by a missing opening HTML-tag "fieldset" which is located in the if-statement of 'admin_show_taglist' in lines 912/943 of the plugin. It could be corrected by either moving "fieldset" out of the if-statement or adding an else-statement containing a relating fieldset-tag for 'admin_show_taglist' set to false.
Regards
Greg
This is caused by a missing opening HTML-tag "fieldset" which is located in the if-statement of 'admin_show_taglist' in lines 912/943 of the plugin. It could be corrected by either moving "fieldset" out of the if-statement or adding an else-statement containing a relating fieldset-tag for 'admin_show_taglist' set to false.
Regards
Greg