diff --git a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php
index 32575304..fd8265d7 100644
--- a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php
+++ b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php
@@ -779,9 +779,9 @@ var $filter_defaults;
}
function example() {
- echo '
' . PLUGIN_EVENT_SPAMBLOCK_LOOK . '
';
+ echo '
' . PLUGIN_EVENT_SPAMBLOCK_LOOK;
$this->show_captcha();
- echo '
';
+ echo '';
}
function show_captcha($use_gd = false) {
diff --git a/templates/2k11/admin/entries.inc.tpl b/templates/2k11/admin/entries.inc.tpl
index 4997e3ba..a0565636 100644
--- a/templates/2k11/admin/entries.inc.tpl
+++ b/templates/2k11/admin/entries.inc.tpl
@@ -213,12 +213,12 @@
{/if}
{if ($is_doDelete || $is_doMultiDelete )}
{foreach $del_entry AS $delent}
- {$delent}
+ {$delent}
{/foreach}
{/if}
{if ( $is_delete || $is_multidelete )}
{foreach $rip_entry AS $ripent}
- {$ripent}
+ {$ripent}
{/foreach}