diff options
author | eric <eric> | 2004-06-24 19:08:35 +0000 |
---|---|---|
committer | eric <eric> | 2004-06-24 19:08:35 +0000 |
commit | 1f62f86af5225643f2a7d72c1a050c46ffc37477 (patch) | |
tree | 491ff279b1ad75d461b071f993d6978de19aac3f /web/html/pkgvote.php | |
parent | 9c6ec26c3279ca3e1d186196d229449d9501c386 (diff) | |
download | aurweb-1f62f86af5225643f2a7d72c1a050c46ffc37477.tar.xz |
getting closer to printing package search results - also fixed some XHTML stuff
Diffstat (limited to 'web/html/pkgvote.php')
-rw-r--r-- | web/html/pkgvote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgvote.php b/web/html/pkgvote.php index 594ec16..eed4a35 100644 --- a/web/html/pkgvote.php +++ b/web/html/pkgvote.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$"); |