]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/logout.tpl
api: fix `friendica/notification/seen` api call
[friendica.git] / view / templates / logout.tpl
index ba66f831cc3874c8cb0493669d1d7818818403a1..343088d5582719652e169c32fb8151b0ae46640d 100644 (file)
@@ -2,6 +2,6 @@
 <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>