From bb9ebaf8fe5639fb080900adde249012c757bc69 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 23 Aug 2022 19:18:42 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/categories/traduction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/traduction.php b/htdocs/categories/traduction.php index 00ff32c6206..69a27c5cff5 100644 --- a/htdocs/categories/traduction.php +++ b/htdocs/categories/traduction.php @@ -262,7 +262,7 @@ if ($action == 'edit') { // Label $libelle = (GETPOST('libelle-'.$key, 'alpha') ? GETPOST('libelle-'.$key, 'alpha') : $object->multilangs[$key]['label']); print ''.$langs->trans('Label').''; - + // Desc $desc = (GETPOST('desc-'.$key) ? GETPOST('desc-'.$key) : $object->multilangs[$key]['description']); print ''.$langs->trans('Description').'';