summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/main.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-12 13:05:18 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-12 13:05:18 +0000
commit4581ff9118521aa2ed59b3096d75c87b929ab1dc (patch)
tree0bea149090129e2b1fd3bef4685e1641e304a7b6 /roundcubemail/program/include/main.inc
parent7f3f42380c06e248bd314b67d0eaad54c21884ba (diff)
- Fix handling of folders with "<>" characters in name
git-svn-id: https://svn.roundcube.net/trunk@4219 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/main.inc')
-rw-r--r--roundcubemail/program/include/main.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc
index 5bbc421af..d2cac3227 100644
--- a/roundcubemail/program/include/main.inc
+++ b/roundcubemail/program/include/main.inc
@@ -539,7 +539,7 @@ function rep_specialchars_output($str, $enctype='', $mode='', $newlines=TRUE)
{
if (!$html_encode_arr)
{
- $html_encode_arr = get_html_translation_table(HTML_SPECIALCHARS);
+ $html_encode_arr = get_html_translation_table(HTML_SPECIALCHARS);
unset($html_encode_arr['?']);
}