Added missing <fieldset> in case of not set admin_show_taglist (thanks to gregman)

This commit is contained in:
Ian 2012-04-17 19:01:26 +02:00
parent 5444069141
commit c155641484
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
3.38:
-----
Added missing fieldset in case of not set admin_show_taglist (thanks to gregman)
3.37:
-----

View file

@ -70,7 +70,7 @@ class serendipity_event_freetag extends serendipity_event
'smarty' => '2.6.7',
'php' => '4.1.0'
));
$propbag->add('version', '3.37');
$propbag->add('version', '3.38');
$propbag->add('event_hooks', array(
'frontend_fetchentries' => true,
'frontend_fetchentry' => true,
@ -958,6 +958,10 @@ class serendipity_event_freetag extends serendipity_event
}
?>
</div>
<?php
} else {
?>
<fieldset style="margin: 5px">
<?php
}
?>