Reindent the login template
This commit is contained in:
parent
6275a65969
commit
dbcd06e988
1 changed files with 19 additions and 18 deletions
|
@ -1,7 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>{include="includes"}</head>
|
<head>{include="includes"}</head>
|
||||||
<body{if="ban_canLogin()"} onload="document.loginform.login.focus();"{/if}>
|
<body
|
||||||
|
{if="ban_canLogin()"} onload="document.loginform.login.focus();"{/if}>
|
||||||
<div id="pageheader">
|
<div id="pageheader">
|
||||||
{include="page.header"}
|
{include="page.header"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue