Update presence.php

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

View File

@@ -23,7 +23,7 @@
<!-- Content header--------------------------------------------------------- --> <!-- Content header--------------------------------------------------------- -->
<section class="content-header"> <section class="content-header">
<h1 id="pageTitle"> <h1 id="pageTitle">
<i class=\"fa fa-calendar\"></i> <i class="fa fa-calendar"></i>
<?= lang('Presence_Title');?> <?= lang('Presence_Title');?>
</h1> </h1>
</section> </section>