FCLT#41606 bell-icon dicht is beter zag ik

svn path=/Website/trunk/; revision=41467
This commit is contained in:
Peter Feij
2019-03-11 15:14:47 +00:00
parent 3d1769a0cd
commit 043499377f

View File

@@ -169,7 +169,7 @@ function fnMark(oRs)
if (actiecode & 2)
{
if (outputmode == 0)
txt = "<span class='ac2' title='"+L("lcl_mld_actiecodeYou")+"'><i class='fa fa-bell-o fa-lg fa-fw'/></span>";
txt = "<span class='ac2' title='"+L("lcl_mld_actiecodeYou")+"'><i class='fa fa-bell fa-lg fa-fw'/></span>";
else
txt = L("lcl_mld_actiecodeFE");
}