From 8cd3f6dae1b23eeb8656604cf759d28663601e93 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 29 Oct 2001 16:25:42 +0000 Subject: [PATCH] Changed clock look git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1654 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index 10cd02a7..9d18c551 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -185,7 +185,7 @@ $clk = date("D, ".$hr, time()); } - echo "
$clk
"; + echo "
$clk
"; echo '('; echo _("refresh folder list"); echo ')
'; -- 2.25.1