Fix closing head tag (#3607)

Fixed missing `</head>` tag: files erro403.lp, error404.lp and login.lp
This commit is contained in:
RD WebDesign
2025-09-18 05:09:58 -03:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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