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'].'';
}