Thomas Bruederli
2014-06-04 3412e50b54e3daac8745234e21ab6e72be0ed165
program/include/rcmail_output_html.php
@@ -859,10 +859,10 @@
        }
        // localize title and summary attributes
        if (!empty($attrib['title']) && $this->app->text_exists($attrib['title'])) {
        if ($command != 'button' && !empty($attrib['title']) && $this->app->text_exists($attrib['title'])) {
            $attrib['title'] = $this->app->gettext($attrib['title']);
        }
        if (!empty($attrib['summary']) && $this->app->text_exists($attrib['summary'])) {
        if ($command != 'button' && !empty($attrib['summary']) && $this->app->text_exists($attrib['summary'])) {
            $attrib['summary'] = $this->app->gettext($attrib['summary']);
        }