From 1f62f86af5225643f2a7d72c1a050c46ffc37477 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 24 Jun 2004 19:08:35 +0000 Subject: getting closer to printing package search results - also fixed some XHTML stuff --- web/html/pkgvote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/pkgvote.php') diff --git a/web/html/pkgvote.php b/web/html/pkgvote.php index 594ec168..eed4a357 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...")."
\n"; +print __("Under construction...")."
\n"; html_footer("\$Id$"); -- cgit v1.2.3-24-g4f1b