Thomas Bruederli
2013-03-13 d4f8a4f28a49b2fd92c398b4df3d0a0e3059c091
program/include/rcmail_output_html.php
@@ -1175,6 +1175,10 @@
            $out = sprintf('<a%s>%s</a>', $attrib_str, $btn_content);
        }
        if ($attrib['wrapper']) {
            $out = html::tag($attrib['wrapper'], null, $out);
        }
        return $out;
    }