summaryrefslogtreecommitdiffstats
path: root/web/html/packages.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/packages.php')
-rw-r--r--web/html/packages.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/html/packages.php b/web/html/packages.php
index ace4599..b2c3f62 100644
--- a/web/html/packages.php
+++ b/web/html/packages.php
@@ -55,13 +55,13 @@ if ($_POST['action'] == "do_Flag" || isset($_POST['do_Flag'])) {
}
html_header($title);
-
-if ($output):
?>
-<div class="pkgoutput"><?php print $output ?></div><br />
-<?php
-endif;
+<?php if ($output): ?>
+ <p class="pkgoutput"><?php print $output ?></p>
+<?php endif; ?>
+
+<?php
if (isset($_GET['ID'])) {
include('pkg_search_form.php');
if (!$_GET['ID'] = intval($_GET['ID'])) {