From 234a87fa1f82fafe9aec76da8bf69695c2eb5c0d Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 3 Jun 2009 08:59:59 +0000 Subject: - cross-browser css fixes git-svn-id: https://svn.roundcube.net/trunk@2600 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php index ef105d5f0..c6d75dd19 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/program/include/rcube_template.php @@ -374,7 +374,7 @@ class rcube_template extends rcube_html_page // add debug console if ($this->config['debug_level'] & 8) { - $this->add_footer('
+ $this->add_footer('' ); -- cgit v1.2.3