]> git.mxchange.org Git - friendica.git/commitdiff
Fixes issue 6289
authorMichael <heluecht@pirati.ca>
Fri, 21 Dec 2018 13:43:06 +0000 (13:43 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 21 Dec 2018 13:43:06 +0000 (13:43 +0000)
view/templates/jot.tpl
view/theme/frio/templates/jot.tpl
view/theme/smoothly/templates/jot.tpl

index dddf9086181eca776647e863c658ee43a6ed8ffd..c0f463e48a26b05a2d0cd324326af599a462db78 100644 (file)
@@ -64,7 +64,7 @@
 
 
        <div id="profile-jot-plugin-wrapper">
-       {{$jotplugins}}
+       {{$jotplugins nofilter}}
        </div>
 
        <div id="profile-rotator-wrapper" style="display: {{$visitor}};" >
index 488770641277547152684a658e44a16b3407e661..d5ba1bcc458e4f503947fc2548f194e57e750e13 100644 (file)
                                                        <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>
 
index 044cb1ac5840792921cf7d48cc4637fb2df4f076..c690cdf18014b7a26589a05981413e25e4934dec 100644 (file)
@@ -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>