From c30523ebdc32007497324d27045c1dfda006b547 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 2 Jun 2023 11:22:44 +0200 Subject: [PATCH] Update body.php --- templates/interventi/body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/interventi/body.php b/templates/interventi/body.php index 2af59bcc9..582f30d54 100755 --- a/templates/interventi/body.php +++ b/templates/interventi/body.php @@ -363,7 +363,7 @@ echo ' '.$firma.'
'; if (empty($documento['firma_file'])) { - echo ' ('.tr('Timbro e firma leggibile').'.)'; + echo ' ('.tr('Timbro e firma leggibile').')'; } else { echo ' '.$documento['firma_nome'].''; }