From d7ccdf3475e036133c428d518e38770f39ba1272 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 18 Aug 2006 12:48:33 +0000 Subject: Re-built message parsing (Bug #1327068) git-svn-id: https://svn.roundcube.net/trunk@320 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_shared.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/program/include/rcube_shared.inc') diff --git a/roundcubemail/program/include/rcube_shared.inc b/roundcubemail/program/include/rcube_shared.inc index eab175b65..768ae3f40 100644 --- a/roundcubemail/program/include/rcube_shared.inc +++ b/roundcubemail/program/include/rcube_shared.inc @@ -33,7 +33,7 @@ class rcube_html_page var $script_tag_file = "\n"; var $script_tag = "\n"; - var $default_template = "\n\n"; + var $default_template = "\n\n\n"; var $title = ''; var $header = ''; @@ -116,7 +116,7 @@ class rcube_html_page function write($templ='', $base_path='') { $output = empty($templ) ? $this->default_template : trim($templ); - + // set default page title if (!strlen($this->title)) $this->title = 'RoundCube Mail'; -- cgit v1.2.3