From 88375ff9807785a5843b47e2312d76eef66e0f62 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 5 Feb 2006 16:35:40 +0000 Subject: Added RSS output (experimental) --- program/include/main.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'program/include/main.inc') diff --git a/program/include/main.inc b/program/include/main.inc index ac612cd06..aa6a60790 100644 --- a/program/include/main.inc +++ b/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