diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-02-07 17:52:22 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-02-07 17:52:22 +0100 |
commit | 4223b1e38ff38d74101cc2e2d6b33bb1050cf716 (patch) | |
tree | 3af78b1e181c67614411ae4f8c803884af79eecd /program/steps/mail/compose.inc | |
parent | bd3d68ae1a53b871ecc7dcb6afef6608c6febb6e (diff) |
Use encoded identifiers for address book lists (#1488381)
Diffstat (limited to 'program/steps/mail/compose.inc')
-rw-r--r-- | program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 74c6d5f29..b082c2652 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -1558,7 +1558,7 @@ function rcmail_addressbook_list($attrib = array()) $class_name .= ' ' . $source['class_name']; $out .= sprintf($line_templ, - html_identifier($id), + html_identifier($id,true), $class_name, $source['id'], $js_id, (!empty($source['name']) ? $source['name'] : $id)); |