From c8ae30d6634a42106a94b0376081070c88506596 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 15 Mar 2005 07:19:40 +0000 Subject: [PATCH] I think I'm getting tired git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9034 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/page_header.php b/functions/page_header.php index c9ee8fe4..df2ca0d0 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -412,7 +412,7 @@ EOS; if (!preg_match("/^[0-9]{3,4}$/", $compose_height)) { $compose_height = '550'; } - $js .= "function comp_in_new(comp_uri) {\n". + $js .= "\nfunction comp_in_new(comp_uri) {\n". " if (!comp_uri) {\n". ' comp_uri = "'.$compose_uri."\";\n". ' }'. "\n". -- 2.25.1