From bbc2c67ddfafcf46486b2518c0e25b5ee7caf808 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 20 Nov 2003 20:50:57 +0000 Subject: [PATCH] minor HTML fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6184 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index 129fa576..2e26932a 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -144,8 +144,8 @@ function error_box($string, $color) { echo ' ' . html_tag( 'td', $string."\n", 'left') . ''; echo ' '; + echo ' '; echo ' '; echo ' '; - echo ' '; } ?> -- 2.25.1