diff options
author | thomascube <thomas@roundcube.net> | 2011-02-09 10:33:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-02-09 10:33:26 +0000 |
commit | ce988a0778aee7fb42ce5fc42e2986d562b6ccbb (patch) | |
tree | 6a5147dfd3300938d0595da5388e8ddf683a77b7 /program/steps/addressbook/save.inc | |
parent | 829cbfe88cb4cd86072cf2a2b926868e9d4558cf (diff) |
Always generate valid DOM identifiers using html_identifier() write original identifier string to rel attribute where possible
Diffstat (limited to 'program/steps/addressbook/save.inc')
-rw-r--r-- | program/steps/addressbook/save.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/save.inc b/program/steps/addressbook/save.inc index 10155a1a9..aa45a4e15 100644 --- a/program/steps/addressbook/save.inc +++ b/program/steps/addressbook/save.inc @@ -249,7 +249,7 @@ else { $result = $CONTACTS->search($CONTACTS->primary_key, $insert_id); rcmail_js_contacts_list($result, 'parent.'); - $OUTPUT->command('parent.contact_list.select', $insert_id); + $OUTPUT->command('parent.contact_list.select', html_identifier($insert_id)); // update record count display $CONTACTS->reset(); |