Title removed from footer's stats element

This commit is contained in:
Simounet 2023-08-31 11:40:21 +02:00
parent 452362c17a
commit 18615738c0
No known key found for this signature in database
GPG Key ID: 77D3B7DC794EB770
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@
<div class="container">
<div class="row">
<div class="col m12 l8">
<p class="footer-text" title="{{ display_stats()|raw|striptags }}">
<p class="footer-text">
{{ display_stats() }}
</p>
</div>