Skip to content
Snippets Groups Projects
Commit eaf063a9 authored by madhu sr's avatar madhu sr
Browse files

#Fixes::1575538555::madhusr::displaying inappropriate output in dashboard...

#Fixes::1575538555::madhusr::displaying inappropriate output in dashboard name, when we enter html tags
parent 27eccc3d
No related branches found
No related tags found
1 merge request!1048Fixes: The html content in the dashboard name treated as text
......@@ -725,7 +725,7 @@ Vtiger.Class("Vtiger_DashBoard_Js",{
tabEle += '<a data-toggle="tab" href="#tab_'+tabid+'">\n\
<div>\n\
<span class="name textOverflowEllipsis" value="'+tabname+'" style="width:10%">\n\
<strong value="'+tabname+'"></strong>\n\
<strong>'+tabname+'</strong>\n\
</span>\n\
<span class="editTabName hide"><input type="text" name="tabName"></span>\n\
<i class="fa fa-close deleteTab"></i>\n\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment