XHTML fixes
[squirrelmail.git] / plugins / bug_report / system_specs.php
index c270de148dafd4d75432c7dfb4ff09b8ad9fcc38..984dd69cabde580f0599f1a31e2e9586848717fc 100644 (file)
@@ -117,11 +117,11 @@ if (isset($warning) && $warning) {
             $warning_html .= "<dd>* $corr_val</dd>\n";
         }
     }
-    $warning_html .= "</dl>\n<p>$warning_num warning(s) reported.</p>\n<hr>\n";
+    $warning_html .= "</dl>\n<p>$warning_num warning(s) reported.</p>\n<hr />\n";
     $body_top .= "\n$warning_num warning(s) reported.\n";
     $body_top .= "----------------------------------------------\n";
 }
 
 $body = htmlspecialchars($body_top . $body);
 
-?>
+?>
\ No newline at end of file