From 88375ff9807785a5843b47e2312d76eef66e0f62 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 05 Feb 2006 11:35:40 -0500 Subject: [PATCH] Added RSS output (experimental) --- program/include/main.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/include/main.inc b/program/include/main.inc index ac612cd..aa6a607 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -813,6 +813,7 @@ 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 { -- Gitblit v1.9.1