From: <sk...@us...> - 2008-10-22 07:40:18
|
Revision: 1396 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1396&view=rev Author: sknappe Date: 2008-10-22 07:40:12 +0000 (Wed, 22 Oct 2008) Log Message: ----------- bugfix Modified Paths: -------------- trunk/src/dbpedia-navigator/ajax_get_class.php Modified: trunk/src/dbpedia-navigator/ajax_get_class.php =================================================================== --- trunk/src/dbpedia-navigator/ajax_get_class.php 2008-10-22 07:37:17 UTC (rev 1395) +++ trunk/src/dbpedia-navigator/ajax_get_class.php 2008-10-22 07:40:12 UTC (rev 1396) @@ -86,7 +86,7 @@ $title=urldecode(str_replace("_"," ",substr (strrchr ($class, "/"), 1))); if (strlen($result['label'])>strlen($title)-3||preg_match('/[0-9]$/',$title)===1){ $title=$result['label']; - }\xB4 + } $content.=getClassView($fatherClasses,$childClasses,$title,$class); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |