Update maintenance.php

Fixed missing icon in page title
This commit is contained in:
Carlos V
2023-08-12 18:39:31 +02:00
committed by GitHub
parent b37b4559b0
commit 0164f4a9d7

View File

@@ -44,7 +44,7 @@ $pia_installed_skins = array('skin-black-light',
<section class="content-header">
<?php require 'php/templates/notification.php'; ?>
<h1 id="pageTitle">
<i class=\"fa fa-wrench\"></i>
<i class="fa fa-wrench"></i>
<?= lang('Maintenance_Title');?>
</h1>
</section>