Update help_faq.php

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

View File

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