program/include/rcube_template.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_template.php
@@ -689,7 +689,7 @@ $vars = $attrib + array('product' => $this->config['product_name']); unset($vars['name'], $vars['command']); $label = rcube_label($attrib + array('vars' => $vars)); return !$attrbi['noshow'] ? Q($label) : ''; return !$attrib['noshow'] ? (get_boolean((string)$attrib['html']) ? $label : Q($label)) : ''; } break;