From 5b96431407971a3824c4b27cdec75c0764be9481 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 10 Jul 2005 21:38:53 +0000 Subject: [PATCH] r302: Closing un-cloesd divs. --- showreport.php | 2 +- templates/editreport.tpl | 6 +++--- templates/newcomment.tpl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/showreport.php b/showreport.php index 5b2af36..5671136 100644 --- a/showreport.php +++ b/showreport.php @@ -138,7 +138,7 @@ foreach ($fieldlist AS $fieldid => $field) { $customfields .= (($value) ? 'True' : 'False'); } - $customfeilds .= "\n\n"; + $customfields .= "\n\n"; } // ------------------------------------------------------------------- diff --git a/templates/editreport.tpl b/templates/editreport.tpl index 8c418a5..dacf7cd 100644 --- a/templates/editreport.tpl +++ b/templates/editreport.tpl @@ -21,9 +21,9 @@ $header
Assigned to:
-
Duplicate of: $bug[duplicateof]" /> $duplicate[summary] +
Duplicate of: $bug[duplicateof]" /> $duplicate[summary]
-
Dependencies: $dependencies +
Dependencies: $dependencies
Product/Component/Version:
$pcv_select
@@ -37,7 +37,7 @@ $header $customfields -
+
$footer \ No newline at end of file diff --git a/templates/newcomment.tpl b/templates/newcomment.tpl index 619461b..7b743a5 100644 --- a/templates/newcomment.tpl +++ b/templates/newcomment.tpl @@ -9,7 +9,7 @@ $header
Comment:
-
+

-- 2.22.5