From 2db2ea3627bc067b340cb7d65fa1d8e5f8545829 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 23 Jun 2018 15:13:39 +0200 Subject: [PATCH] Fix colspan --- htdocs/product/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index dc7d0d5a452..c27b69f95b0 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1095,7 +1095,7 @@ else } // Other attributes - $parameters=array('cols' => 3); + $parameters=array('colspan' => 3); $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook print $hookmanager->resPrint; if (empty($reshook))