summaryrefslogtreecommitdiffstats
path: root/web/html/pkgsubmit.php
diff options
context:
space:
mode:
authoreric <eric>2004-06-24 21:08:35 +0200
committereric <eric>2004-06-24 21:08:35 +0200
commit1f62f86af5225643f2a7d72c1a050c46ffc37477 (patch)
tree491ff279b1ad75d461b071f993d6978de19aac3f /web/html/pkgsubmit.php
parent9c6ec26c3279ca3e1d186196d229449d9501c386 (diff)
downloadaur-1f62f86af5225643f2a7d72c1a050c46ffc37477.tar.gz
aur-1f62f86af5225643f2a7d72c1a050c46ffc37477.tar.xz
getting closer to printing package search results - also fixed some XHTML stuff
Diffstat (limited to 'web/html/pkgsubmit.php')
-rw-r--r--web/html/pkgsubmit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index c9465a1d..60b6dc52 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -9,7 +9,7 @@ html_header(); # print out the HTML header
# Any text you print out to the visitor, use the __() function
# for i18n support. See 'testpo.php' for more details.
#
-print __("Under construction...")."<br/>\n";
+print __("Under construction...")."<br />\n";
html_footer("\$Id$");