Page 1 of 1

serendipity_event_freetag does not validate...

Posted: Tue Apr 17, 2012 4:49 pm
by gregman
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

Re: serendipity_event_freetag does not validate...

Posted: Tue Apr 17, 2012 7:04 pm
by Timbalu
good catch - commited!