Update systeminfo.php

Fixed missing icon in page title
This commit is contained in:
Carlos V
2023-08-12 18:34:56 +02:00
committed by GitHub
parent c2e4d39117
commit 144b81eab7

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>