From 6ca61425a17a83b9c7b8af249d62d41723d54a7b Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Wed, 27 Apr 2005 13:04:49 +0000 Subject: [PATCH] typo --- include/plugin_internal.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']))) { -- 2.39.5