Aleksander Machniak
2013-03-06 bc2c4380b5b754a3b13cc7d6663b2b81d2577e2e
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;
    }