From bdc1135f85867e7baf9984eb2cff2a3448d722da Mon Sep 17 00:00:00 2001 From: henoheno Date: Fri, 30 Mar 2007 00:05:52 +0900 Subject: [PATCH] BugTrack2/225: Forgotten

(patched by g@kko) --- plugin/tracker.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/tracker.inc.php b/plugin/tracker.inc.php index a222a6f..9c73c73 100644 --- a/plugin/tracker.inc.php +++ b/plugin/tracker.inc.php @@ -628,7 +628,7 @@ function plugin_tracker_getlist($page,$refer,$config_name,$list,$order='',$limit if (!$config->read()) { - return "

config file '".htmlsc($config_name)."' is not exist."; + return "

config file '".htmlsc($config_name)."' is not exist.

"; } $config->config_name = $config_name; -- 2.11.0