From a5b0680bd25fa15b8271babe21903e0568574c5d Mon Sep 17 00:00:00 2001 From: roundcube Date: Sun, 5 Feb 2006 16:35:40 +0000 Subject: Added RSS output (experimental) git-svn-id: https://svn.roundcube.net/trunk@134 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/main.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc index ac612cd06..aa6a60790 100644 --- a/roundcubemail/program/include/main.inc +++ b/roundcubemail/program/include/main.inc @@ -813,6 +813,7 @@ function rep_specialchars_output($str, $enctype='', $mode='', $newlines=TRUE) if (!$js_rep_table) { $js_rep_table = $rtf_rep_table = $xml_rep_table = array(); + $xml_rep_table['&'] = '&'; for ($c=160; $c<256; $c++) // can be increased to support more charsets { -- cgit v1.2.3