diff options
Diffstat (limited to 'web/html/pkgsubmit.php')
-rw-r--r-- | web/html/pkgsubmit.php | 2 |
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$"); |