Use encoded identifiers for address book lists (#1488381)

pull/15/head
Thomas Bruederli 12 years ago
parent bd3d68ae1a
commit 4223b1e38f

@ -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));

Loading…
Cancel
Save