Update systeminfo.php

Fixed missing icon in page title
This commit is contained in:
Carlos V authored and GitHub committed 2023-08-12 18:34:56 +02:00
1 parent c2e4d39117
commit 144b81eab7
1 file changed
+1 -1
+1 -1
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>