From 1f62f86af5225643f2a7d72c1a050c46ffc37477 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 24 Jun 2004 19:08:35 +0000 Subject: getting closer to printing package search results - also fixed some XHTML stuff --- web/html/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/logout.php') diff --git a/web/html/logout.php b/web/html/logout.php index a81c645..a25da7c 100644 --- a/web/html/logout.php +++ b/web/html/logout.php @@ -15,7 +15,7 @@ if (isset($_COOKIE["AURSID"])) { } html_header(); # print out the HTML header -print __("You have been successfully logged out.")."
\n"; +print __("You have been successfully logged out.")."
\n"; html_footer("\$Id$"); -- cgit v1.2.3-54-g00ecf