From fd7c47ed55b9ee2895647c7a3583b169d8f6e74e Mon Sep 17 00:00:00 2001 From: Michael <heluecht@pirati.ca> Date: Fri, 21 Dec 2018 13:43:06 +0000 Subject: [PATCH] Fixes issue 6289 --- view/templates/jot.tpl | 2 +- view/theme/frio/templates/jot.tpl | 2 +- view/theme/smoothly/templates/jot.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/view/templates/jot.tpl b/view/templates/jot.tpl index dddf908618..c0f463e48a 100644 --- a/view/templates/jot.tpl +++ b/view/templates/jot.tpl @@ -64,7 +64,7 @@ <div id="profile-jot-plugin-wrapper"> - {{$jotplugins}} + {{$jotplugins nofilter}} </div> <div id="profile-rotator-wrapper" style="display: {{$visitor}};" > diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index 4887706412..d5ba1bcc45 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -110,7 +110,7 @@ <img role="presentation" id="profile-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" /> </li> <li role="presentation" id="profile-jot-plugin-wrapper"> - {{$jotplugins}} + {{$jotplugins nofilter}} </li> </ul> diff --git a/view/theme/smoothly/templates/jot.tpl b/view/theme/smoothly/templates/jot.tpl index 044cb1ac58..c690cdf180 100644 --- a/view/theme/smoothly/templates/jot.tpl +++ b/view/theme/smoothly/templates/jot.tpl @@ -61,7 +61,7 @@ </div> <div id="profile-jot-plugin-wrapper" style="display: none;"> - {{$jotplugins}} + {{$jotplugins nofilter}} </div> <div id="profile-jot-tools-end"></div> -- 2.39.5