serendipity_event_freetag does not validate...

Creating and modifying plugins.
Post Reply
gregman
Regular
Posts: 91
Joined: Wed Aug 15, 2007 9:32 pm

serendipity_event_freetag does not validate...

Post 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
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: serendipity_event_freetag does not validate...

Post by Timbalu »

good catch - commited!
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Post Reply