Update report.php

Fixed missing icon in page title
This commit is contained in:
Carlos V
2023-08-12 18:37:20 +02:00
committed by GitHub
parent 5aa4450691
commit 81d9e12c8d

View File

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