]> git.mjollnir.org Git - s9y.git/commitdiff
typo
authorgarvinhicking <garvinhicking>
Wed, 27 Apr 2005 13:04:49 +0000 (13:04 +0000)
committergarvinhicking <garvinhicking>
Wed, 27 Apr 2005 13:04:49 +0000 (13:04 +0000)
include/plugin_internal.inc.php

index e0d40aed939c3d9daad8eb0d9ce80357c1041a10..749c16d42f6655b3da08943a13dbee88add08553 100644 (file)
@@ -924,7 +924,7 @@ class serendipity_html_nugget_plugin extends serendipity_plugin {
     {
         global $serendipity;
 
-        $title = $this->get_config('title') . '!';
+        $title = $this->get_config('title');
         $show_where = $this->get_config('show_where', 'both');
 
         if ($show_where == 'extended' && (!isset($serendipity['GET']['id']) || !is_numeric($serendipity['GET']['id']))) {