summaryrefslogtreecommitdiffstats
path: root/web/html/packages.php
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-11-24 05:24:56 +0100
committerLoui Chang <louipc.ist@gmail.com>2009-11-24 05:24:56 +0100
commit1bc4836e19223cd2bcdc46c517d16f80783c1bcf (patch)
tree9ffa9d4e33dd056e93ca5db8239a45c98d096179 /web/html/packages.php
parentcdd2e5dbd4f50151cbf0b774acb9decc3de3314a (diff)
downloadaur-1bc4836e19223cd2bcdc46c517d16f80783c1bcf.tar.gz
aur-1bc4836e19223cd2bcdc46c517d16f80783c1bcf.tar.xz
Restyle the layout.
Make HTML markup more logical. Remove some unused style sheets rules. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
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 ace45995..b2c3f627 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'])) {