]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/removeme.tpl
Avoid memory issue in exception
[friendica.git] / view / theme / frio / templates / removeme.tpl
index 2e599a0dab1245d968f732fc37c2583e28d6d447..2410363d5e8edcc2602a33d61e0b4fd6e8ba24bf 100644 (file)
@@ -3,7 +3,7 @@
        {{include file="section_title.tpl" title=$title }}
 
        <div id="remove-account-wrapper">
-               <div id="remove-account-desc">{{$desc}}</div>
+               <div id="remove-account-desc">{{$desc nofilter}}</div>
 
                <form action="{{$basedir}}/removeme" autocomplete="off" method="post" >
                        <input type="hidden" name="verify" value="{{$hash}}" />
@@ -15,7 +15,7 @@
                        <div id="remove-account-pass-end"></div>
 
                        <div class="form-group pull-right settings-submit-wrapper" >
-                               <button type="submit" name="submit" class="btn btn-primary" value="{{$submit|escape:'html'}}"><i class="fa fa-trash fa-fw"></i>&nbsp;{{$submit}}</button>
+                               <button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}"><i class="fa fa-trash fa-fw"></i>&nbsp;{{$submit}}</button>
                        </div>
                        <div class="clear"></div>
                </form>