From da6641ca109c786764bd76e0d97e5a086228eda2 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Thu, 13 Oct 2011 15:27:41 +0000 Subject: [PATCH] // Normalization git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9321 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/tabs/AdminSuppliers.php | 20 ++++++++++---------- classes/Tools.php | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) 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').'