diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-09-21 10:11:49 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-09-21 10:11:49 +0200 |
commit | 824c1121e78e91e36953f241a02c94094c6ea21f (patch) | |
tree | c25acd368eda4524111139c2f1a2478f1cab46cd /program/include/rcmail.php | |
parent | 74e6cf2f58a663b50a9b443dd815e44451f7d770 (diff) | |
parent | 1b9923208c64f4d3494e185ac3d249df5fbb8552 (diff) |
Merge branch 'html_ent'
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 5a9a1fa86..ee144faca 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -281,7 +281,7 @@ class rcmail extends rcube } $list[$id] = array( 'id' => $id, - 'name' => $prop['name'], + 'name' => html::quote($prop['name']), 'groups' => is_array($prop['groups']), 'readonly' => !$prop['writable'], 'hidden' => $prop['hidden'], |