diff options
author | eric <eric> | 2004-07-10 22:51:56 +0200 |
---|---|---|
committer | eric <eric> | 2004-07-10 22:51:56 +0200 |
commit | d17e406ac61094a0ad6d433c8e24be9b8b140959 (patch) | |
tree | 805443d8b20b0e8057b1f81df59c47382122dc06 /web/lib/aur.inc | |
parent | ae26c9ce2a0bfe6ed0f5282f08cb672364de1c19 (diff) | |
download | aur-d17e406ac61094a0ad6d433c8e24be9b8b140959.tar.gz aur-d17e406ac61094a0ad6d433c8e24be9b8b140959.tar.xz |
pkgsearch is done (except for some serious debugging)
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r-- | web/lib/aur.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 26e538ad..005c5642 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -423,6 +423,7 @@ function html_header() { # function html_footer($ver="") { print "\n\n<!-- End of main content -->\n"; + print " <br />\n"; print " </td>\n"; print " </tr>\n"; print "</table>\n"; |