From 85fd94ff9c074d006add7ad094a97fedfe442b5f Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 9 Mar 2010 17:48:55 +0000 Subject: - simplify console git-svn-id: https://svn.roundcube.net/trunk@3344 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php index a37adc28b..6de32722c 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/program/include/rcube_template.php @@ -394,8 +394,8 @@ class rcube_template extends rcube_html_page // add debug console if ($this->config['debug_level'] & 8) { $this->add_footer('
- console -
' + console + ' ); } -- cgit v1.2.3