Reindent the login template

This commit is contained in:
ArthurHoaro 2016-05-06 19:58:19 +02:00
parent 6275a65969
commit dbcd06e988

View file

@ -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"}