From e7c88d87c10dbbef1f61ccf76a270c0b69f7ed38 Mon Sep 17 00:00:00 2001
From: satish <satish.dvnk@vtiger.com>
Date: Fri, 27 Oct 2017 12:50:17 +0530
Subject: [PATCH] Fixes #684 - Dashboard Tag Cloud - Only shows Tag's that are
 created by the User

---
 layouts/v7/modules/Vtiger/dashboards/TagCloudContents.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/v7/modules/Vtiger/dashboards/TagCloudContents.tpl b/layouts/v7/modules/Vtiger/dashboards/TagCloudContents.tpl
index 2a53e8f3f..5aac5d8a9 100644
--- a/layouts/v7/modules/Vtiger/dashboards/TagCloudContents.tpl
+++ b/layouts/v7/modules/Vtiger/dashboards/TagCloudContents.tpl
@@ -7,7 +7,7 @@
  * All Rights Reserved.
  *************************************************************************************}
 
- {strip}
+{strip}
 	<div class="tagsContainer" id="tagCloud">
 		{foreach item=TAG_MODEL key=TAG_ID from=$TAGS}
 			{assign var=TAG_LABEL value=$TAG_MODEL->getName()}
-- 
GitLab