From 2363ad399fe69a5cae32333a16c5a3ac18b455f7 Mon Sep 17 00:00:00 2001 From: simond Date: Tue, 19 Feb 2002 09:10:44 +0000 Subject: [PATCH] Fix extraneous escape (reported by Jimmy Conner) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2469 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.php b/src/options.php index b2bd2254..76fab0e6 100644 --- a/src/options.php +++ b/src/options.php @@ -91,7 +91,7 @@ function print_optionpages_row($leftopt, $rightopt = false) { "" . $leftopt['desc'] . '' . - " "; + " "; if ($rightopt) { echo "" . $rightopt['desc'] . @@ -424,4 +424,4 @@ echo '' . '' . ''; -?> \ No newline at end of file +?> -- 2.25.1