Aleksander Machniak
2012-10-29 abe164367bc15473f46a715e9cc46b062c87b2cb
Fix HTML entities handling on addressbooks list
1 files modified
2 ■■■ changed files
program/steps/mail/compose.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/compose.inc
@@ -1614,7 +1614,7 @@
            html_identifier($id),
            $class_name,
            $source['id'],
            $js_id, (!empty($source['name']) ? Q($source['name']) : Q($id)));
            $js_id, (!empty($source['name']) ? $source['name'] : $id));
    }
    $OUTPUT->add_gui_object('addressbookslist', $attrib['id']);