summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'useflag.php')
-rw-r--r--useflag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/useflag.php b/useflag.php
index 380d085..4e4dd87 100644
--- a/useflag.php
+++ b/useflag.php
@@ -17,7 +17,7 @@
$sql = "SELECT category_name, package_name, description FROM view_package_useflags WHERE useflag_name = ".$db->quote($useflag_name)." ORDER BY category_name, package_name;";
$arr = $db->getAll($sql);
- echo "<hr class='pkg_rule' style='margin-bottom: 15px; margin-top: 15px;'/>\n";
+ echo "<hr class='pkg_rule' style='margin-bottom: 15px; margin-top: 15px;'>\n";
echo "<table class='useflags' cellpadding='4' cellspacing='0'>\n";