diff options
author | Luce Carević <lcarevic@access42.net> | 2019-07-12 23:56:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 23:56:43 +0200 |
commit | b43c98fecb9b2668025295f86bdc5e895837936a (patch) | |
tree | 28562159ef55849135eb7f730c05aa0bf944c815 | |
parent | 852872930fea73eb4699acb4d1c28cfd0a979120 (diff) | |
download | Shaarli-b43c98fecb9b2668025295f86bdc5e895837936a.tar.gz Shaarli-b43c98fecb9b2668025295f86bdc5e895837936a.tar.zst Shaarli-b43c98fecb9b2668025295f86bdc5e895837936a.zip |
fix blank
-rw-r--r-- | tpl/default/loginform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/loginform.html b/tpl/default/loginform.html index edc440e3..761aec0c 100644 --- a/tpl/default/loginform.html +++ b/tpl/default/loginform.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html {if="$language !== 'auto'"} lang="{$language}"{/if}> | 2 | <html{if="$language !== 'auto'"} lang="{$language}"{/if}> |
3 | <head> | 3 | <head> |
4 | {include="includes"} | 4 | {include="includes"} |
5 | </head> | 5 | </head> |