]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/login.tpl
Merge pull request #6497 from MrPetovan/bug/6383-delivery-no-data
[friendica.git] / view / theme / frio / templates / login.tpl
index 332ac70df5e8a50b84ccf186e3962979a8c5005f..ebbdeee41066a98a5a1acabdbfcc0a737197663f 100644 (file)
@@ -9,8 +9,9 @@
                        {{include file="field_input.tpl" field=$lname}}
                        {{include file="field_password.tpl" field=$lpassword}}
                        <div id="login-lost-password-link">
-                               <a href="lostpass" title="{{$lostpass|escape:'html'}}" id="lost-password-link" >{{$lostlink}}</a>
+                               <a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a>
                        </div>
+                       <div id="login-end"></div>
                </div>
 
                {{if $openid}}
 
                <div id="login-submit-wrapper">
                        <div class="pull-right" >
-                               <button type="submit" name="submit" id="login-submit-button" class="btn btn-primary" value="{{$login|escape:'html'}}">{{$login|escape:'html'}}</button>
+                               <button type="submit" name="submit" id="login-submit-button" class="btn btn-primary" value="{{$login}}">{{$login}}</button>
                        </div>
                </div>
 
 
                {{foreach $hiddens as $k=>$v}}
-                       <input type="hidden" name="{{$k}}" value="{{$v|escape:'html'}}" />
+                       <input type="hidden" name="{{$k}}" value="{{$v}}" />
                {{/foreach}}
 
+               <div id="login-end"></div>
        </div>
 </form>
 
 {{if $register}}
 <div id="login-extra-links">
-       <h3 id="login-head" class="sr-only">{{$register.title|escape:'html'}}</h3>
-       <a href="register" title="{{$register.title|escape:'html'}}" id="register-link" class="btn btn-default">{{$register.desc}}</a>
+       <h3 id="login-head" class="sr-only">{{$register.title}}</h3>
+       <a href="register" title="{{$register.title}}" id="register-link" class="btn btn-default">{{$register.desc}}</a>
 </div>
 {{/if}}