diff options
Diffstat (limited to 'web/html/pkgsearch.php')
-rw-r--r-- | web/html/pkgsearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsearch.php b/web/html/pkgsearch.php index b47ee95..6b23265 100644 --- a/web/html/pkgsearch.php +++ b/web/html/pkgsearch.php @@ -38,7 +38,7 @@ if ($atype && $_REQUEST["Action"] == "Something") { # pkg_search_page(); } -print __("Under construction...")."<br/>\n"; +print __("Under construction...")."<br />\n"; html_footer("\$Id$"); |