]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/jot.tpl
Avoid escaping relevant template variables
[friendica.git] / view / theme / quattro / templates / jot.tpl
index bdf21b8f74a1cf044fac1a912984bbb4b0d9536b..3919b7466b38dc9b3908314f161e6aeceb1b33ff 100644 (file)
@@ -19,7 +19,7 @@
                <input type="hidden" name="contact_allow[]" value="<{{$notes_cid}}>" />
                {{/if}}
 
-               <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>
 
                <ul id="jot-tools" class="jothidden" style="display:none">
                        <li><a href="#" onclick="return false;" id="wall-image-upload" title="{{$upload}}">{{$shortupload}}</a></a></li>