diff --git a/lib/subscriptions/Subscription.inc b/lib/subscriptions/Subscription.inc
index ca0a9e7..d74dc07 100644
--- a/lib/subscriptions/Subscription.inc
+++ b/lib/subscriptions/Subscription.inc
@@ -172,9 +172,9 @@ class Subscription {
$sViewAlertParams = "fSubscriptionID=" . $this->iID . "&fSubscriptionType=" . $this->iSubscriptionType;
if ($this->iSubscriptionType == SubscriptionConstants::subscriptionType("DocumentSubscription")) {
- return generateControllerLink("viewAlert", $sViewAlertParams, "graphicsUrl/widgets/subsc.gif\" border=\"0\"/>" . Document::getDocumentDisplayPath($this->iExternalID));
+ return generateControllerLink("viewAlert", $sViewAlertParams, "
graphicsUrl/widgets/subsc.gif\" border=\"0\"/> " . Document::getDocumentDisplayPath($this->iExternalID));
} else if ($this->iSubscriptionType == SubscriptionConstants::subscriptionType("FolderSubscription")) {
- return generateControllerLink("viewAlert", $sViewAlertParams, "
graphicsUrl/widgets/subsc.gif\" border=\"0\"/>" . Folder::getFolderDisplayPath($this->iExternalID));
+ return generateControllerLink("viewAlert", $sViewAlertParams, "
graphicsUrl/widgets/subsc.gif\" border=\"0\"/> " . Folder::getFolderDisplayPath($this->iExternalID));
}
}
diff --git a/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc b/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
index ac85668..99dba9f 100644
--- a/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
+++ b/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
@@ -27,7 +27,7 @@ function renderPendingCollaborationDocuments($aPendingDocumentList) {
for ($i = 0; $i < count($aPendingDocumentList); $i++) {
$oDocument = $aPendingDocumentList[$i];
$sToRender .= "\t