From 5218b2823717b3d99bfbe440df933ff1795203e9 Mon Sep 17 00:00:00 2001 From: gpadgham Date: Thu, 17 Aug 2000 14:35:52 +0000 Subject: [PATCH] applied Patch #101198 There was an inconsistancy, where a color was hardcoded, and not set to use a theme. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@715 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/signout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/signout.php b/src/signout.php index a3eb90ea..84e693d0 100644 --- a/src/signout.php +++ b/src/signout.php @@ -61,7 +61,7 @@ echo "\n"; } echo "$title - Signout\n"; - echo "\n"; + echo "\n"; echo "

"; echo " "; echo "
"; -- 2.25.1