From 077dfab7a6b3ce908995f631b929a1f3cbef9670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Sat, 3 May 2014 12:19:18 +0200 Subject: [PATCH] Added labels for the "Other options" inputs --- htdocs/admin/compta.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/compta.php b/htdocs/admin/compta.php index bf829dfcb7a..7666d76fa46 100644 --- a/htdocs/admin/compta.php +++ b/htdocs/admin/compta.php @@ -151,11 +151,11 @@ foreach ($list as $key) // Param $libelle = $langs->trans($key); - print ''.$libelle.''; + print ''; // Value print ''; - print ''; + print ''; print ''; }