mirror of
https://github.com/pi-hole/web.git
synced 2026-02-14 23:19:00 +00:00
Fix closing head tag (#3607)
Fixed missing `</head>` tag: files erro403.lp, error404.lp and login.lp
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