OSDN Git Service

BugTrack2/225: Forgotten </p> (patched by g@kko)
authorhenoheno <henoheno>
Thu, 29 Mar 2007 15:05:52 +0000 (00:05 +0900)
committerumorigu <umorigu@gmail.com>
Tue, 25 Nov 2014 16:50:55 +0000 (01:50 +0900)
plugin/tracker.inc.php

index a222a6f..9c73c73 100644 (file)
@@ -628,7 +628,7 @@ function plugin_tracker_getlist($page,$refer,$config_name,$list,$order='',$limit
 
        if (!$config->read())
        {
-               return "<p>config file '".htmlsc($config_name)."' is not exist.";
+               return "<p>config file '".htmlsc($config_name)."' is not exist.</p>";
        }
 
        $config->config_name = $config_name;