diff options
Diffstat (limited to 'web/html/pkgmgmnt.php')
-rw-r--r-- | web/html/pkgmgmnt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgmgmnt.php b/web/html/pkgmgmnt.php index b1768db..5544016 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$"); |