till
2007-08-28 e3001d49db14ec6c9388b129b5efc70c878dc839
# xhtml fix (#1484493)



1 files modified
2 ■■■ changed files
program/include/rcmail_template.inc 2 ●●● patch | view | raw | blame | history
program/include/rcmail_template.inc
@@ -647,7 +647,7 @@
        $attrib['value'] = $attrib['label'];
      $attrib_str = create_attrib_string($attrib, array('type', 'value', 'onclick', 'id', 'class', 'style'));
      $out = sprintf('<input%s disabled />', $attrib_str);
      $out = sprintf('<input%s disabled="disabled" />', $attrib_str);
    }
    // generate html code for button