]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/templates/jot.tpl
Merge pull request #7160 from nupplaphil/task/mod_probe
[friendica.git] / view / theme / smoothly / templates / jot.tpl
index 34c0b1a2bb3700e9d494a9e6f3dc530c933c7a93..c690cdf18014b7a26589a05981413e25e4934dec 100644 (file)
@@ -26,7 +26,7 @@
                <div id="jot-text-wrap">
                        <img id="profile-jot-text-loading" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" /><br>
                        <textarea rows="5" cols="80" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">
-                       {{if $content}}{{$content}}{{/if}}
+                       {{if $content}}{{$content nofilter}}{{/if}}
                        </textarea>
                </div>
 
@@ -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>
 
 
         <div style="display: none;">
             <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
-                {{$acl}}
+                {{$acl nofilter}}
                 <hr style="clear:both"/>
                 <div id="profile-jot-email-label">{{$emailcc}}</div><input type="text" name="emailcc" id="profile-jot-email" title="{{$emtitle}}" />
                 <div id="profile-jot-email-end"></div>
-                {{$jotnets}}
+                {{$jotnets nofilter}}
             </div>
         </div>