From: <sk...@us...> - 2008-09-29 08:41:47
|
Revision: 1293 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1293&view=rev Author: sknappe Date: 2008-09-29 08:41:45 +0000 (Mon, 29 Sep 2008) Log Message: ----------- bugfix Modified Paths: -------------- trunk/src/dbpedia-navigator/helper_functions.php Modified: trunk/src/dbpedia-navigator/helper_functions.php =================================================================== --- trunk/src/dbpedia-navigator/helper_functions.php 2008-09-29 08:30:17 UTC (rev 1292) +++ trunk/src/dbpedia-navigator/helper_functions.php 2008-09-29 08:41:45 UTC (rev 1293) @@ -466,7 +466,7 @@ } else{ if ($number>1) $ret.='<li>'; - $ret .= htmlentities($val['value']); + $ret .= $val['value']; if ($number>1) $ret.='</li>'; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |