1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Aggiunto controllo aggiuntivo sui checksum dei file (#705)

This commit is contained in:
Thomas Zilio
2020-08-03 15:29:19 +02:00
parent 275db1f4a5
commit 0703214738
7 changed files with 211 additions and 79 deletions

View File

@@ -52,6 +52,6 @@ if (!$riferimenti->isEmpty()) {
} else {
echo '
<div class="alert alert-info">
<i class="fa fa-info-circle"></i>'.tr('Nessun riferimento presente').'.
<i class="fa fa-info-circle"></i> '.tr('Nessun riferimento presente').'.
</div>';
}