Merge pull request #349 from cvc90/Pi.Alert-Fixed-missing-icon-pages-titles

Multiple fixes to missing icon in page title
This commit is contained in:
jokob-sk
2023-08-13 06:11:53 +10:00
committed by GitHub
8 changed files with 10 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
<section class="content-header">
<?php require 'php/templates/notification.php'; ?>
<h1 id="pageTitle">
<i class=\"fa fa-microchip\"></i>
<i class="fa fa-microchip"></i>
<?= lang('SYSTEM_TITLE') ;?>
</h1>
</section>