mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: W3C
This commit is contained in:
@@ -130,7 +130,7 @@ class box_produits extends ModeleBoxes
|
||||
$this->info_box_contents[$i][2] = array('td' => 'align="right"',
|
||||
'text' => $price);
|
||||
|
||||
$this->info_box_contents[$i][3] = array('td' => 'align="center" width="20" nowrap="nowrap"',
|
||||
$this->info_box_contents[$i][3] = array('td' => 'align="left" nowrap="nowrap"',
|
||||
'text' => $price_base_type);
|
||||
|
||||
$this->info_box_contents[$i][4] = array('td' => 'align="right"',
|
||||
|
||||
Reference in New Issue
Block a user