From kde-commits Sat Mar 17 13:20:57 2007 From: Mark Volkert Date: Sat, 17 Mar 2007 13:20:57 +0000 To: kde-commits Subject: www/international/germany/inc/navigation Message-Id: <1174137657.959128.5820.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117413762318496 SVN commit 643451 by mvolkert: Fix for correct utf8 handling M +1 -2 rechts.inc --- trunk/www/international/germany/inc/navigation/rechts.inc #643450:643451 @@ -98,8 +98,7 @@ function characterData($parser, $data) { //this will insert the contents global $enable_output, $title_temp; if ($enable_output == 1) { - print htmlentities($data); - //htmlentities will be made out of the special characters in the xml file + print $data; } if ($title_temp[0] == 1) { $title_temp[1] .= $data;