Thomas Bruederli
2012-12-29 d9f180adf9e1e8a63ea9bfdb534dc376a4829fee
program/steps/mail/get.inc
@@ -160,10 +160,9 @@
              'vars' => array('expected' => "$mimetype (.$file_extension)", 'detected' => "$real_mimetype (.$extensions[0])")
            )) .
            html::p('buttons',
              html::a(array(
                'href' => $RCMAIL->url(array_merge($_GET, array('_nocheck' => 1))),
                'style' => 'text-decoration:none;color:#000',
              ), html::tag('button', null, rcube_label('showanyway'))))
              html::tag('button',
                array('onclick' => "location.href='" . $RCMAIL->url(array_merge($_GET, array('_nocheck' => 1))) . "'"),
                rcube_label('showanyway')))
            )
        )));
        exit;