Update body.php

This commit is contained in:
Luca 2023-06-02 11:22:44 +02:00
parent 5a0f29ff82
commit c30523ebdc
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ echo '
'.$firma.'<br>';
if (empty($documento['firma_file'])) {
echo ' <i>('.tr('Timbro e firma leggibile').'.)</i>';
echo ' <i>('.tr('Timbro e firma leggibile').')</i>';
} else {
echo ' <i>'.$documento['firma_nome'].'</i>';
}