From: garvinhicking Date: Wed, 27 Apr 2005 13:04:49 +0000 (+0000) Subject: typo X-Git-Tag: 0.9~494 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6ca61425a17a83b9c7b8af249d62d41723d54a7b;p=s9y.git typo --- diff --git a/include/plugin_internal.inc.php b/include/plugin_internal.inc.php index e0d40ae..749c16d 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -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']))) {