mirror of
https://github.com/pi-hole/web.git
synced 2025-12-19 18:28:24 +00:00
Fix closing head tag formatting
Signed-off-by: H3xCat <2304691+h3xcat@users.noreply.github.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
mg.include('scripts/lua/header.lp','r')
|
||||
?>
|
||||
</head>
|
||||
<body class="hold-transition layout-boxed login-page page-<?=pihole.format_path(mg.request_info.request_uri)?>">
|
||||
<div class="box login-box">
|
||||
<section style="padding: 15px;">
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
mg.include('scripts/lua/header.lp','r')
|
||||
?>
|
||||
</head>
|
||||
<body class="hold-transition layout-boxed login-page page-<?=pihole.format_path(mg.request_info.request_uri)?>">
|
||||
<div class="box login-box">
|
||||
<section style="padding: 15px;">
|
||||
|
||||
1
login.lp
1
login.lp
@@ -9,6 +9,7 @@
|
||||
|
||||
mg.include('scripts/lua/header.lp','r')
|
||||
?>
|
||||
</head>
|
||||
<body class="hold-transition layout-boxed login-page page-<?=pihole.format_path(mg.request_info.request_uri)?>" data-apiurl="<?=pihole.api_url()?>" data-webhome="<?=webhome?>">
|
||||
<div class="box login-box" id="login-box">
|
||||
<section style="padding: 15px;">
|
||||
|
||||
Reference in New Issue
Block a user