summaryrefslogtreecommitdiffstats
path: root/web/html/pkgmgmnt.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/pkgmgmnt.php')
-rw-r--r--web/html/pkgmgmnt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgmgmnt.php b/web/html/pkgmgmnt.php
index b1768dbf..5544016f 100644
--- a/web/html/pkgmgmnt.php
+++ b/web/html/pkgmgmnt.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$");