diff --git a/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc b/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
index c4b8b54..048785a 100644
--- a/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
+++ b/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
@@ -45,8 +45,12 @@ class tmpDocument {
}
function getTitleLink() {
+ /*
return "id . "\">" .
$this->title . "";
+ */
+ return "$this->title";
+
}
function getStatus() {