]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/jot.tpl
Avoid escaping relevant template variables
[friendica.git] / view / templates / jot.tpl
index 0c450598a417e8b0b78f4793b13e9088c7b90197..31b985e232f221f9e9fde91b48b591de3864f75f 100644 (file)
@@ -24,7 +24,7 @@
                {{/if}}
                <div id="jot-text-wrap">
                <img id="profile-jot-text-loading" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
-               <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{if $content}}{{$content}}{{/if}}</textarea>
+               <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{if $content}}{{$content nofilter}}{{/if}}</textarea>
                </div>
 
 <div id="profile-jot-submit-wrapper" class="jothidden">