diff --git a/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc b/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc index 5a9f669..668ae5b 100644 --- a/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc @@ -109,7 +109,7 @@ function renderQuickLinks($aQuickLinks) { function renderPage($aPendingDocumentList, $aCheckedOutDocumentList, $aSubscriptionAlertList, $aQuickLinks) { global $default; - $sToRender = "\n"; + $sToRender = "
\n"; $sToRender .= "\t\n"; $sToRender .= "\t\t\n"; @@ -121,7 +121,7 @@ function renderPage($aPendingDocumentList, $aCheckedOutDocumentList, $aSubscript // dashboard alerts $sToRender .= "\t\n"; $sToRender .= "\t\t
graphicsUrl/welcome.gif\"/>
\n"; - $sToRender .= "\t\t\t\n"; + $sToRender .= "\t\t\t
\n"; $sToRender .= renderPendingCollaborationDocuments($aPendingDocumentList); $sToRender .= renderCheckedOutDocuments($aCheckedOutDocumentList) . "\n"; $sToRender .= renderSubscriptionAlerts($aSubscriptionAlertList) . "\n";