From 63b7da3a230a7c034c6bac0be033f52bafd25c5d Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sun, 17 Mar 2019 10:15:51 +0100 Subject: [PATCH] update with html5 compliant code --- htdocs/societe/website.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/website.php b/htdocs/societe/website.php index d106e42aa3f..609cb8d4b90 100644 --- a/htdocs/societe/website.php +++ b/htdocs/societe/website.php @@ -496,7 +496,7 @@ if (isset($totalarray['pos'])) while ($i < $totalarray['nbfield']) { $i++; - if (! empty($totalarray['pos'][$i])) print ''.price($totalarray['val'][$totalarray['pos'][$i]]).''; + if (! empty($totalarray['pos'][$i])) print ''.price($totalarray['val'][$totalarray['pos'][$i]]).''; else { if ($i == 1)