• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión7f2c6b53c9919ab7c6608d5875810faccb8d5da2 (tree)
Tiempo2014-11-26 01:50:55
Autorhenoheno <henoheno>
Commiterumorigu

Log Message

BugTrack2/225: Forgotten </p> (patched by g@kko)

Cambiar Resumen

Diferencia incremental

--- 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
628628
629629 if (!$config->read())
630630 {
631- return "<p>config file '".htmlsc($config_name)."' is not exist.";
631+ return "<p>config file '".htmlsc($config_name)."' is not exist.</p>";
632632 }
633633
634634 $config->config_name = $config_name;