From e3001d49db14ec6c9388b129b5efc70c878dc839 Mon Sep 17 00:00:00 2001 From: till Date: Wed, 29 Aug 2007 02:32:17 +0000 Subject: # xhtml fix (#1484493) --- program/include/rcmail_template.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcmail_template.inc') diff --git a/program/include/rcmail_template.inc b/program/include/rcmail_template.inc index 1c40c0e96..a3937c8d6 100644 --- a/program/include/rcmail_template.inc +++ b/program/include/rcmail_template.inc @@ -647,7 +647,7 @@ class rcmail_template extends rcube_html_page $attrib['value'] = $attrib['label']; $attrib_str = create_attrib_string($attrib, array('type', 'value', 'onclick', 'id', 'class', 'style')); - $out = sprintf('', $attrib_str); + $out = sprintf('', $attrib_str); } // generate html code for button -- cgit v1.2.3