diff --git a/admin-dev/tabs/AdminSuppliers.php b/admin-dev/tabs/AdminSuppliers.php index 6fe626b41..f33efce66 100644 --- a/admin-dev/tabs/AdminSuppliers.php +++ b/admin-dev/tabs/AdminSuppliers.php @@ -80,14 +80,14 @@ class AdminSuppliers extends AdminTab echo '

'.$product->name.'

- - - - - - '.(Configuration::get('PS_STOCK_MANAGEMENT') ? '' : '').' - '; - /* Build attributes combinaisons */ + + + + + + '.(Configuration::get('PS_STOCK_MANAGEMENT') ? '' : '').' + '; + /* Build attributes combinaisons */ $combinaisons = $product->getAttributeCombinaisons($this->context->language->id); foreach ($combinaisons AS $k => $combinaison) { @@ -150,7 +150,7 @@ class AdminSuppliers extends AdminTab
'; - echo $this->displayImage($supplier->id, _PS_SUPP_IMG_DIR_.$supplier->id.'.jpg', 350, NULL, NULL, true); + echo $this->displayImage($supplier->id, _PS_SUPP_IMG_DIR_.$supplier->id.'.jpg', 350, NULL, NULL, true); echo '

'.$this->l('Upload supplier logo from your computer').'

@@ -199,7 +199,7 @@ class AdminSuppliers extends AdminTab $this->displayAssoShop('group_shop'); echo ''; } - echo ' + echo '
diff --git a/classes/Tools.php b/classes/Tools.php index 08cc8273d..721f94546 100644 --- a/classes/Tools.php +++ b/classes/Tools.php @@ -507,7 +507,7 @@ class ToolsCore { if (!$html) $string = strip_tags($string); - return @Tools::htmlentitiesUTF8($string, ENT_QUOTES);; + return @Tools::htmlentitiesUTF8($string, ENT_QUOTES); } public static function htmlentitiesUTF8($string, $type = ENT_QUOTES)
'.$this->l('Attribute name').''.$this->l('Reference').''.$this->l('EAN13').''.$this->l('UPC').''.$this->l('Quantity').'
'.$this->l('Attribute name').''.$this->l('Reference').''.$this->l('EAN13').''.$this->l('UPC').''.$this->l('Quantity').'