From 2b80144d885f16a5b3f8c74f76e7e8fedf4e8ce5 Mon Sep 17 00:00:00 2001 From: rob Date: Tue, 4 Mar 2003 13:58:09 +0000 Subject: [PATCH] Fixed alignment error --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index d97ea04..e32dbb0 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -210,6 +210,7 @@ function getEditPage($oDocument) { function getViewPage($oDocument) { global $default; + $iDocumentID = $oDocument->getID(); $sToRender = renderDocumentPath($oDocument) . "\n
\n"; $sToRender .= "\n"; $sToRender .= "\n"; -- libgit2 0.21.4