summaryrefslogtreecommitdiffstats
path: root/web/html/logout.php
diff options
context:
space:
mode:
authoreric <eric>2004-06-24 21:08:35 +0200
committereric <eric>2004-06-24 21:08:35 +0200
commit1f62f86af5225643f2a7d72c1a050c46ffc37477 (patch)
tree491ff279b1ad75d461b071f993d6978de19aac3f /web/html/logout.php
parent9c6ec26c3279ca3e1d186196d229449d9501c386 (diff)
downloadaur-1f62f86af5225643f2a7d72c1a050c46ffc37477.tar.gz
aur-1f62f86af5225643f2a7d72c1a050c46ffc37477.tar.xz
getting closer to printing package search results - also fixed some XHTML stuff
Diffstat (limited to 'web/html/logout.php')
-rw-r--r--web/html/logout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/logout.php b/web/html/logout.php
index a81c6455..a25da7c5 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.")."<br/>\n";
+print __("You have been successfully logged out.")."<br />\n";
html_footer("\$Id$");