From 9704d9669cf2a47a1cfa7b69047747a6b39f0a6a Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 1 Aug 2005 23:09:29 +0000 Subject: [PATCH] Fixed improperly closed --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index 73f066c..2a5a371 100644 --- a/template.php +++ b/template.php @@ -292,7 +292,7 @@ class DB_Template $debug .= "\n\t
  • Source Control: $scinfo
  • "; // query information - $debug .= "\n\t
  • Total Queries: " . sizeof($_isso->db->history) . " (sanitize($_SERVER['REQUEST_URI']) . ((strpos($_SERVER['REQUEST_URI'], '?') !== false) ? '&query=1' : '?query=1') . "\">?)
  • "; + $debug .= "\n\t
  • Total Queries: " . sizeof($_isso->db->history) . " (sanitize($_SERVER['REQUEST_URI']) . ((strpos($_SERVER['REQUEST_URI'], '?') !== false) ? '&query=1' : '?query=1') . "\">?)
  • "; // total execution time if (defined('ISSO_MT_START')) -- 2.22.5