Decode » entities in address book names
This commit is contained in:
parent
e9cc2633ee
commit
6ad7339085
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ class kolab_addressbook extends rcube_plugin
|
|||
|
||||
if (!$source['virtual']) {
|
||||
$jsdata[$id] = $source;
|
||||
$jsdata[$id]['name'] = html_entity_decode($source['name'], ENT_NOQUOTES);
|
||||
}
|
||||
|
||||
// set class name(s)
|
||||
|
|
Loading…
Add table
Reference in a new issue