]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/lostpass.tpl
Merge pull request #12395 from HankG/fix-photo-get-without-scale-arg
[friendica.git] / view / templates / lostpass.tpl
index e28586082044a99b63f17c3b67e533bd286495ff..4348d9ef8cac1a899383a6a6f1f9c5a53df4bcb5 100644 (file)
@@ -2,16 +2,16 @@
 <h3>{{$title}}</h3>
 
 <p id="lostpass-desc">
-{{$desc}}
+{{$desc nofilter}}
 </p>
 
-<form action="lostpass" method="post" >
+<form action="lostpass" method="post">
 <div id="login-name-wrapper">
         <label for="login-name" id="label-login-name">{{$name}}</label>
         <input type="text" maxlength="60" name="login-name" id="login-name" value="" />
 </div>
 <div id="login-extra-end"></div>
-<div id="login-submit-wrapper" >
+<div id="login-submit-wrapper">
         <input type="submit" name="submit" id="lostpass-submit-button" value="{{$submit}}" />
 </div>
 <div id="login-submit-end"></div>