diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index 3ca44ae..240c1cd 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -387,7 +387,7 @@ function renderDocumentSection($sSectionName, $sHeadingText, $bDisplayLink, $iDo if ($bDisplayLink) { $sLink = generateControllerLink("viewDocument", "fDocumentID=$iDocumentID&fShowSection=$sSectionName", $sHeadingText); } else { - $sLink = "$sHeadingText"; + $sLink = "$sHeadingText"; } return "$sLink\n"; }