]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/logout.tpl
Separate default config values between file-only and admin settings
[friendica.git] / view / templates / logout.tpl
index 582d77ed6362082efb7d68bd70f25de58dc0dc9f..343088d5582719652e169c32fb8151b0ae46640d 100644 (file)
@@ -1,11 +1,7 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <form action="{{$dest_url}}" method="post" >
 <div class="logout-wrapper">
 <input type="hidden" name="auth-params" value="logout" />
-<input type="submit" name="submit" id="logout-button" value="{{$logout}}" />
+<input type="submit" name="submit" id="logout-button" value="{{$logout|escape:'html'}}" />
 </div>
 </form>