From 949c154f159013efc280e32a472c6599fd9c33de Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 5 Jan 2022 20:19:15 +0100 Subject: [PATCH] Fix missing html id --- htdocs/admin/system/filecheck.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/system/filecheck.php b/htdocs/admin/system/filecheck.php index 5ca87663c7a81..1f183e1b730cb 100644 --- a/htdocs/admin/system/filecheck.php +++ b/htdocs/admin/system/filecheck.php @@ -119,9 +119,9 @@ print ''; print '
'; } else { - print ' '.$langs->trans("LocalSignature").' = '; + print ' '; print '
'; } print ''."\n"; @@ -129,7 +129,7 @@ print ' = '; print '
'; } else { - print ' '.$langs->trans("RemoteSignature").' = '.dol_escape_htmltag($xmlremote); + print ' '.$langs->trans("RemoteSignature").' = '.dol_escape_htmltag($xmlremote); if (!GETPOST('xmlremote')) { print ' ('.$langs->trans("FeatureAvailableOnlyOnStable").')'; }