diff options
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$"); |