summaryrefslogtreecommitdiff
path: root/program/steps/settings/responses.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-06-03 19:13:54 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-06-03 19:13:54 +0200
commit77043f8469ba8e7b64af5b0192b0297ded5c615f (patch)
tree6f8569cca9ba96488fe3149428421990f6410612 /program/steps/settings/responses.inc
parentf0928eac13b9161e251a779f229e37ec526fd590 (diff)
Apply accessibility improvements to the settings section
Diffstat (limited to 'program/steps/settings/responses.inc')
-rw-r--r--program/steps/settings/responses.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/responses.inc b/program/steps/settings/responses.inc
index 06093b3b8..ddd1924fe 100644
--- a/program/steps/settings/responses.inc
+++ b/program/steps/settings/responses.inc
@@ -95,7 +95,7 @@ function rcmail_responses_list($attrib)
{
global $RCMAIL, $OUTPUT;
- $attrib += array('id' => 'rcmresponseslist', 'tagname' => 'table', 'cols' => 1);
+ $attrib += array('id' => 'rcmresponseslist', 'tagname' => 'table');
$plugin = $RCMAIL->plugins->exec_hook('responses_list', array(
'list' => $RCMAIL->get_compose_responses(true),