]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/cropbody.tpl
Fix home escaping
[friendica.git] / view / templates / cropbody.tpl
index 144277310e0c1c50dc984d339c8530c70f33b972..8378e5067e950c0fe35a30e4f567d0c7077a54d9 100644 (file)
@@ -1,6 +1,6 @@
 <h1>{{$title}}</h1>
 <p id="cropimage-desc">
-       {{$desc}}
+       {{$desc nofilter}}
 </p>
 
 <div id="cropimage-wrapper">
@@ -48,7 +48,7 @@
        <input type="hidden" name="width"  id="width" />
 
        <div id="crop-image-submit-wrapper" >
-               <input type="submit" name="submit" value="{{$done|escape:'html'}}" />
+               <input type="submit" name="submit" value="{{$done}}" />
        </div>
 
 </form>