diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 05:24:56 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 05:24:56 +0100 |
commit | 1bc4836e19223cd2bcdc46c517d16f80783c1bcf (patch) | |
tree | 9ffa9d4e33dd056e93ca5db8239a45c98d096179 /web/html/packages.php | |
parent | cdd2e5dbd4f50151cbf0b774acb9decc3de3314a (diff) | |
download | aur-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.php | 10 |
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'])) { |