From 13e2d2f65486da2c02fbf9848bbfd0b0c1cabd44 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 7 Mar 2025 09:02:29 +0000 Subject: css fix (cherry picked from commit 8d45fd36a15408ff3d640adabe40ffbee66f0189) Co-authored-by: Mario --- view/tpl/login.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 778a48cc0..46264ca92 100644 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -5,7 +5,7 @@ {{include file="field_password.tpl" field=$lpassword}} {{include file="field_checkbox.tpl" field=$remember_me}} - {{if $lostlink}}{{$lostlink}}{{/if}} + {{if $lostlink}}{{$lostlink}}{{/if}}
{{$remote_login}} {{if $register}}{{$register.desc}}{{/if}} -- cgit v1.2.3