Aleksander Machniak
2013-03-15 bb080af14d285361ee078514a1d995c096e0f790
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;
    }