summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'license.php')
-rw-r--r--license.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/license.php b/license.php
index fba5a16..2307744 100644
--- a/license.php
+++ b/license.php
@@ -14,7 +14,7 @@
$sql = "SELECT category_name, package_name, description FROM view_package_licenses WHERE license_name = ".$db->quote($license_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='licenses' cellpadding='4' cellspacing='0'>\n";