diff --git a/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl index 94d5e8d1a..68748024c 100644 --- a/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl @@ -86,7 +86,7 @@
{l s='There are two ways of deleting a customer. Please choose your preferred method.'}
{l s='Please map each column of your source CSV file to one of the destination columns.'}
{l s='Please set the value type of each column'}
{l s='This number indicates how many of the first lines of your CSV file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.'}
- {l s='Server information'}: {$uname|escape:'htmlall':'UTF-8'} + {l s='Server information'}: {$uname|escape:'html':'UTF-8'}
- {l s='Server software version'}: {$version.server|escape:'htmlall':'UTF-8'} + {l s='Server software version'}: {$version.server|escape:'html':'UTF-8'}
- {l s='PHP version'}: {$version.php|escape:'htmlall':'UTF-8'} + {l s='PHP version'}: {$version.php|escape:'html':'UTF-8'}
- {l s='Memory limit'}: {$version.memory_limit|escape:'htmlall':'UTF-8'} + {l s='Memory limit'}: {$version.memory_limit|escape:'html':'UTF-8'}
- {l s='Max execution time'}: {$version.max_execution_time|escape:'htmlall':'UTF-8'} + {l s='Max execution time'}: {$version.max_execution_time|escape:'html':'UTF-8'}
{l s='PageSpeed module for Apache installed (mod_instaweb)'}
- {l s='MySQL version'}: {$database.version|escape:'htmlall':'UTF-8'} + {l s='MySQL version'}: {$database.version|escape:'html':'UTF-8'}
- {l s='MySQL engine'}: {$database.engine|escape:'htmlall':'UTF-8'} + {l s='MySQL engine'}: {$database.engine|escape:'html':'UTF-8'}
- {l s='Tables prefix'}: {$database.prefix|escape:'htmlall':'UTF-8'} + {l s='Tables prefix'}: {$database.prefix|escape:'html':'UTF-8'}
- {l s='PrestaShop version'}: {$shop.ps|escape:'htmlall':'UTF-8'} + {l s='PrestaShop version'}: {$shop.ps|escape:'html':'UTF-8'}
- {l s='Shop URL'}: {$shop.url|escape:'htmlall':'UTF-8'} + {l s='Shop URL'}: {$shop.url|escape:'html':'UTF-8'}
- {l s='Current theme in use'}: {$shop.theme|escape:'htmlall':'UTF-8'} + {l s='Current theme in use'}: {$shop.theme|escape:'html':'UTF-8'}
- {l s='SMTP server'}: {$smtp.server|escape:'htmlall':'UTF-8'} + {l s='SMTP server'}: {$smtp.server|escape:'html':'UTF-8'}
{l s='SMTP user'}: @@ -173,10 +173,10 @@ {/if}
- {l s='Encryption'}: {$smtp.encryption|escape:'htmlall':'UTF-8'} + {l s='Encryption'}: {$smtp.encryption|escape:'html':'UTF-8'}
- {l s='Port'}: {$smtp.port|escape:'htmlall':'UTF-8'} + {l s='Port'}: {$smtp.port|escape:'html':'UTF-8'}
- {l s='Your web browser'}: {$user_agent|escape:'htmlall':'UTF-8'} + {l s='Your web browser'}: {$user_agent|escape:'html':'UTF-8'}
- + {l s='Please then access this page by the new URL (e.g. %s)' sprintf=$adminUrl}
{l s='Note'} - {$document->note|escape:'htmlall':'UTF-8'} + {$document->note|escape:'html':'UTF-8'}
@@ -168,7 +168,7 @@ {l s='No documents are available'} {if isset($invoice_management_active) && $invoice_management_active} - + {l s='Generate invoice'} diff --git a/admin-dev/themes/default/template/controllers/orders/_print_pdf_icon.tpl b/admin-dev/themes/default/template/controllers/orders/_print_pdf_icon.tpl index 3860f2533..b3f1fe363 100644 --- a/admin-dev/themes/default/template/controllers/orders/_print_pdf_icon.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_print_pdf_icon.tpl @@ -26,7 +26,7 @@ {* Generate HTML code for printing Invoice Icon with link *} {if ($order_state->invoice || $order->invoice_number)} - + {/if} @@ -35,7 +35,7 @@ {* Generate HTML code for printing Delivery Icon with link *} {if ($order_state->delivery || $order->delivery_number)} - + {/if} diff --git a/admin-dev/themes/default/template/controllers/orders/_product_line.tpl b/admin-dev/themes/default/template/controllers/orders/_product_line.tpl index 345abb808..2b1f8e9f3 100755 --- a/admin-dev/themes/default/template/controllers/orders/_product_line.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_product_line.tpl @@ -64,7 +64,7 @@ {/if} - {if $display_warehouse}{$product.warehouse_name|escape:'htmlall':'UTF-8'}{/if} + {if $display_warehouse}{$product.warehouse_name|escape:'html':'UTF-8'}{/if} {if ($order->hasBeenPaid())} {$product['product_quantity_refunded']} diff --git a/admin-dev/themes/default/template/controllers/orders/_shipping.tpl b/admin-dev/themes/default/template/controllers/orders/_shipping.tpl index 442cc499f..00cae2116 100644 --- a/admin-dev/themes/default/template/controllers/orders/_shipping.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_shipping.tpl @@ -62,7 +62,7 @@ {if $line.url && $line.tracking_number}{$line.tracking_number}{else}{$line.tracking_number}{/if} {if $line.can_edit} - + diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index f3af6c574..b7f3f1759 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -1075,7 +1075,7 @@ {l s='Or'} - + {l s='Add new customer'} @@ -1144,7 +1144,7 @@ - + @@ -1287,7 +1287,7 @@ {l s='Or'} - + {l s='Add new voucher'} @@ -1347,7 +1347,7 @@ - + {l s='Add a new address'} diff --git a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl index ca7a843dd..5c42be205 100755 --- a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl @@ -39,7 +39,7 @@ var currency_blank = "{$currency->blank}"; var priceDisplayPrecision = 2; var use_taxes = {if $order->getTaxCalculationMethod() == $smarty.const.PS_TAX_INC}true{else}false{/if}; - var token = "{$smarty.get.token|escape:'htmlall':'UTF-8'}"; + var token = "{$smarty.get.token|escape:'html':'UTF-8'}"; var stock_management = {$stock_management|intval}; var txt_add_product_stock_issue = "{l s='Are you sure you want to add this quantity?' js=1}"; var txt_add_product_new_invoice = "{l s='Are you sure you want to create a new invoice?' js=1}"; @@ -71,7 +71,7 @@ {l s='Messages'} - {sizeof($customer_thread_message)} + {sizeof($customer_thread_message)} @@ -92,12 +92,12 @@ - + {l s='Prev'} {l s='Order'} : #{$order->id} - {$order->reference} - + {l s='Next'} @@ -106,7 +106,7 @@ {if (count($invoices_collection))} - + {l s='View invoice'} @@ -118,7 +118,7 @@ {l s='No invoice'} {/if} {if (($currentState && $currentState->delivery) || $order->delivery_number)} - + {l s='View delivery slip'} @@ -325,7 +325,7 @@ {if isset($line.url) && isset($line.tracking_number)}{$line.tracking_number}{elseif isset($line.tracking_number)}{$line.tracking_number}{/if} {if $line.can_edit} - + {$line.tracking_number|htmlentities} @@ -376,7 +376,7 @@ {l s='Customer'} : - {$gender->name|escape:'htmlall':'UTF-8'} + {$gender->name|escape:'html':'UTF-8'} {$customer->firstname} {$customer->lastname} @@ -432,7 +432,7 @@ {if !$order->isVirtual()} {if $can_edit} - + @@ -475,7 +475,7 @@ {if $can_edit} - + @@ -534,7 +534,7 @@ - {foreach from=$orderMessages item=orderMessage} - {$orderMessage['name']} + {$orderMessage['name']} {/foreach} @@ -566,7 +566,7 @@ {l s='Message'} - {Tools::getValue('message')|escape:'htmlall':'UTF-8'} + {Tools::getValue('message')|escape:'html':'UTF-8'} @@ -591,7 +591,7 @@ {l s='New message'} - + {l s='Click here'} {l s='to see all messages.'} @@ -624,14 +624,14 @@ {l s='This warning also concerns the next orders:'} {/if} {/if} - + #{'%06d'|sprintf:$brother_order->id} {/foreach} {/if} - + @@ -756,7 +756,7 @@ {if (!$order->valid && sizeof($currencies) > 1)} - + {l s='Change currency'} @@ -827,7 +827,7 @@ {foreach $order->getBrother() as $brother_order} - #{'%06d'|sprintf:$brother_order->id} + #{'%06d'|sprintf:$brother_order->id} {$brother_order->getCurrentOrderState()->name[$current_id_lang]} @@ -836,7 +836,7 @@ {displayPrice price=$brother_order->total_paid_tax_incl currency=$currency->id} - + {l s='See the order'} @@ -988,7 +988,7 @@ {if $can_edit} - + {l s='Delete voucher'} @@ -1122,11 +1122,11 @@ {/if} {l s='At'} {dateFormat date=$message['date_add']} - {l s='from'} {if ($message['elastname']|escape:'htmlall':'UTF-8')}{$message['efirstname']|escape:'htmlall':'UTF-8'} {$message['elastname']|escape:'htmlall':'UTF-8'}{else}{$message['cfirstname']|escape:'htmlall':'UTF-8'} {$message['clastname']|escape:'htmlall':'UTF-8'}{/if} + {l s='from'} {if ($message['elastname']|escape:'html':'UTF-8')}{$message['efirstname']|escape:'html':'UTF-8'} {$message['elastname']|escape:'html':'UTF-8'}{else}{$message['cfirstname']|escape:'html':'UTF-8'} {$message['clastname']|escape:'html':'UTF-8'}{/if} {if ($message['private'] == 1)} {l s='Private'} {/if} - {$message['message']|escape:'htmlall':'UTF-8'|nl2br} + {$message['message']|escape:'html':'UTF-8'|nl2br} {/foreach} diff --git a/admin-dev/themes/default/template/controllers/outstanding/_print_pdf_icon.tpl b/admin-dev/themes/default/template/controllers/outstanding/_print_pdf_icon.tpl index 988be47c3..b54d33588 100644 --- a/admin-dev/themes/default/template/controllers/outstanding/_print_pdf_icon.tpl +++ b/admin-dev/themes/default/template/controllers/outstanding/_print_pdf_icon.tpl @@ -25,5 +25,5 @@ {* Generate HTML code for printing Invoice Icon with link *} - + \ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/products/associations.tpl b/admin-dev/themes/default/template/controllers/products/associations.tpl index 2b042eb0b..ec975a6b1 100644 --- a/admin-dev/themes/default/template/controllers/products/associations.tpl +++ b/admin-dev/themes/default/template/controllers/products/associations.tpl @@ -38,7 +38,7 @@ {$category_tree} - + {l s='Create new category'} @@ -68,7 +68,7 @@ - + @@ -82,7 +82,7 @@ - {$accessory.name|escape:'htmlall':'UTF-8'}{if !empty($accessory.reference)}{$accessory.reference}{/if} + {$accessory.name|escape:'html':'UTF-8'}{if !empty($accessory.reference)}{$accessory.reference}{/if} {/foreach} @@ -100,7 +100,7 @@ - + {l s='Create new manufacturer'} diff --git a/admin-dev/themes/default/template/controllers/products/combinations.tpl b/admin-dev/themes/default/template/controllers/products/combinations.tpl index f0e083657..de2d6586d 100644 --- a/admin-dev/themes/default/template/controllers/products/combinations.tpl +++ b/admin-dev/themes/default/template/controllers/products/combinations.tpl @@ -73,7 +73,7 @@ {if isset($attributes_groups)} {foreach from=$attributes_groups key=k item=attribute_group} - {$attribute_group.name|escape:'htmlall':'UTF-8'} + {$attribute_group.name|escape:'html':'UTF-8'} {/foreach} {/if} @@ -318,7 +318,7 @@ - + {/foreach} diff --git a/admin-dev/themes/default/template/controllers/products/features.tpl b/admin-dev/themes/default/template/controllers/products/features.tpl index 18a396189..02ff6dd0d 100644 --- a/admin-dev/themes/default/template/controllers/products/features.tpl +++ b/admin-dev/themes/default/template/controllers/products/features.tpl @@ -61,7 +61,7 @@ {else} {l s='N/A'} - - {l s='Add pre-defined values first'} {/if} @@ -77,7 +77,7 @@ name="custom_{$available_feature.id_feature}_{$language.id_lang}" cols="40" rows="1" - onkeyup="if (isArrowKey(event)) return ;$('#feature_{$available_feature.id_feature}_value').val(0);" >{$available_feature.val[$k].value|escape:'htmlall':'UTF-8'|default:""} + onkeyup="if (isArrowKey(event)) return ;$('#feature_{$available_feature.id_feature}_value').val(0);" >{$available_feature.val[$k].value|escape:'html':'UTF-8'|default:""} {if $languages|count > 1} @@ -107,7 +107,7 @@ - + {l s='Add a new feature'} diff --git a/admin-dev/themes/default/template/controllers/products/images.tpl b/admin-dev/themes/default/template/controllers/products/images.tpl index cf90a01c7..a24da7585 100644 --- a/admin-dev/themes/default/template/controllers/products/images.tpl +++ b/admin-dev/themes/default/template/controllers/products/images.tpl @@ -62,7 +62,7 @@ id="legend_{$language.id_lang}" {if isset($input_class)}class="{$input_class}"{/if} name="legend_{$language.id_lang}" - value="{$product->name[$language.id_lang]|escape:'htmlall':'UTF-8'}" + value="{$product->name[$language.id_lang]|escape:'html':'UTF-8'}" {if !$product->id}disabled="disabled"{/if} /> {if $languages|count > 1} diff --git a/admin-dev/themes/default/template/controllers/products/prices.tpl b/admin-dev/themes/default/template/controllers/products/prices.tpl index 8b7e163e3..223965576 100644 --- a/admin-dev/themes/default/template/controllers/products/prices.tpl +++ b/admin-dev/themes/default/template/controllers/products/prices.tpl @@ -173,7 +173,7 @@ $(document).ready(function () { - + {l s='Create new tax'} @@ -186,7 +186,7 @@ $(document).ready(function () { {l s='Taxes are currently disabled'} : - {l s='Tax options'} + {l s='Tax options'} @@ -309,7 +309,7 @@ $(document).ready(function () { {/foreach} - + {l s='For'} diff --git a/admin-dev/themes/default/template/controllers/products/seo.tpl b/admin-dev/themes/default/template/controllers/products/seo.tpl index ffe9496ec..8b2c346b0 100644 --- a/admin-dev/themes/default/template/controllers/products/seo.tpl +++ b/admin-dev/themes/default/template/controllers/products/seo.tpl @@ -104,7 +104,7 @@ {foreach from=$languages item=language} {l s='The product link will look like this:'} - {$curent_shop_url|escape:'htmlall':'UTF-8'}lang/{if isset($product->id)}{$product->id}{else}id_product{/if}-{$product->link_rewrite[$default_language]}.html + {$curent_shop_url|escape:'html':'UTF-8'}lang/{if isset($product->id)}{$product->id}{else}id_product{/if}-{$product->link_rewrite[$default_language]}.html {/foreach} diff --git a/admin-dev/themes/default/template/controllers/products/specific_prices_shop_update.tpl b/admin-dev/themes/default/template/controllers/products/specific_prices_shop_update.tpl index 3d06de19a..8149b66e0 100644 --- a/admin-dev/themes/default/template/controllers/products/specific_prices_shop_update.tpl +++ b/admin-dev/themes/default/template/controllers/products/specific_prices_shop_update.tpl @@ -23,5 +23,5 @@ * International Registered Trademark & Property of PrestaShop SA *} {foreach from=$option_list item='row'} - {$row[$key_value]|escape:'htmlall':'UTF-8'} + {$row[$key_value]|escape:'html':'UTF-8'} {/foreach} \ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/products/suppliers.tpl b/admin-dev/themes/default/template/controllers/products/suppliers.tpl index 2f7f394a9..289d05687 100644 --- a/admin-dev/themes/default/template/controllers/products/suppliers.tpl +++ b/admin-dev/themes/default/template/controllers/products/suppliers.tpl @@ -53,7 +53,7 @@ {/foreach} - + {l s='Create a new supplier'} @@ -103,7 +103,7 @@ {$product_designation[$attribute['id_product_attribute']]} - + diff --git a/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl b/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl index fbf0f9414..0ffbb2fc2 100644 --- a/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl +++ b/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl @@ -188,7 +188,7 @@ {l s='Filename'} - + {l s='The full filename with its extension (e.g. Book.pdf)'} diff --git a/admin-dev/themes/default/template/controllers/products/warehouses.tpl b/admin-dev/themes/default/template/controllers/products/warehouses.tpl index 725279882..7c54c27e9 100644 --- a/admin-dev/themes/default/template/controllers/products/warehouses.tpl +++ b/admin-dev/themes/default/template/controllers/products/warehouses.tpl @@ -36,7 +36,7 @@ {l s='Please choose the warehouses associated with this product. You must also select a default warehouse. '} - {l s='Create a new warehouse'} + {l s='Create a new warehouse'} @@ -76,7 +76,7 @@ {$product_designation[$attribute['id_product_attribute']]} diff --git a/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl index e113b2fd3..7d3b8c7c2 100644 --- a/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl @@ -77,8 +77,8 @@ $(function() { {foreach $modules key=key item=module} - {$module->displayName} - {$module->description} + {$module->displayName} + {$module->description} {/foreach} @@ -157,8 +157,8 @@ $(function() { {foreach $addons key=key item=addon} - {$addon.title|escape:'htmlall':'UTF-8'} - {$addon.description|truncate:256:'...'|escape:'htmlall':'UTF-8'} + {$addon.title|escape:'html':'UTF-8'} + {$addon.description|truncate:256:'...'|escape:'html':'UTF-8'} {/foreach} diff --git a/admin-dev/themes/default/template/controllers/shop/helpers/list/list_content.tpl b/admin-dev/themes/default/template/controllers/shop/helpers/list/list_content.tpl index 36b3908a0..e09121995 100644 --- a/admin-dev/themes/default/template/controllers/shop/helpers/list/list_content.tpl +++ b/admin-dev/themes/default/template/controllers/shop/helpers/list/list_content.tpl @@ -30,7 +30,7 @@ {if isset($tr.$key)} {$tr.$key} {else} - {l s='Click here to set a URL for this shop.'} + {l s='Click here to set a URL for this shop.'} {/if} {else} {$smarty.block.parent} diff --git a/admin-dev/themes/default/template/controllers/slip/_print_pdf_icon.tpl b/admin-dev/themes/default/template/controllers/slip/_print_pdf_icon.tpl index 90efe9e88..cd98a8794 100755 --- a/admin-dev/themes/default/template/controllers/slip/_print_pdf_icon.tpl +++ b/admin-dev/themes/default/template/controllers/slip/_print_pdf_icon.tpl @@ -25,7 +25,7 @@ {* Generate HTML code for printing OrderSlip Icon with link *} - + {l s='Download credit slip'} diff --git a/admin-dev/themes/default/template/controllers/statuses/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/statuses/helpers/form/form.tpl index 36f21d8be..95ce6f204 100644 --- a/admin-dev/themes/default/template/controllers/statuses/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/statuses/helpers/form/form.tpl @@ -53,7 +53,7 @@ {else} {if isset($fields_value[$input.name][$language.id_lang]) && ($fields_value[$input.name][$language.id_lang] == $option[$input.options.id])}selected="selected"{/if} {/if} - >{$option[$input.options.name]|escape:'htmlall':'UTF-8'} + >{$option[$input.options.name]|escape:'html':'UTF-8'} {/foreach} diff --git a/admin-dev/themes/default/template/controllers/stores/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/stores/helpers/form/form.tpl index fa2a824c4..aef916a95 100644 --- a/admin-dev/themes/default/template/controllers/stores/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/stores/helpers/form/form.tpl @@ -41,7 +41,7 @@ {if isset($input.maxlength)}maxlength="{$input.maxlength}"{/if} name="latitude" id="latitude" - value="{$fields_value[$input.name]|escape:'htmlall'}" /> + value="{$fields_value[$input.name]|escape:'html'}" /> / @@ -52,7 +52,7 @@ {if isset($input.maxlength)}maxlength="{$input.maxlength}"{/if} name="longitude" id="longitude" - value="{$fields_value['longitude']|escape:'htmlall'}" /> + value="{$fields_value['longitude']|escape:'html'}" /> {else} @@ -69,7 +69,7 @@ {foreach $fields_value.days as $k => $value} {$value} - + {/foreach} {/if} diff --git a/admin-dev/themes/default/template/controllers/supply_orders_change_state/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/supply_orders_change_state/helpers/form/form.tpl index 369408d77..69e2a4864 100644 --- a/admin-dev/themes/default/template/controllers/supply_orders_change_state/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/supply_orders_change_state/helpers/form/form.tpl @@ -65,7 +65,7 @@ $(document).ready(function() { {if isset($supply_order_state) && $supply_order_state->editable == false && isset($supply_order)} {l s='Print the supply order form'} - {l s='Click here to download the supply order form.'}. + {l s='Click here to download the supply order form.'}. {/if} diff --git a/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_content.tpl b/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_content.tpl index 22dfa8434..9b0396754 100644 --- a/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_content.tpl +++ b/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_content.tpl @@ -101,10 +101,10 @@ {if $tr.$key == '0 - 0'} -- {else} - {$tr.$key|escape:'htmlall':'UTF-8'} + {$tr.$key|escape:'html':'UTF-8'} {/if} {else} - {$tr.$key|escape:'htmlall':'UTF-8'} + {$tr.$key|escape:'html':'UTF-8'} {/if} {else} -- diff --git a/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_header.tpl b/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_header.tpl index cdb7fce5c..85c9b6cdd 100644 --- a/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_header.tpl @@ -70,7 +70,7 @@ {/if} {/if} - {if $has_actions} + {if $has_actions && $filters_has_value} {l s='Reset'} diff --git a/admin-dev/themes/default/template/header.tpl b/admin-dev/themes/default/template/header.tpl index 99c7603f6..20ed49a6f 100644 --- a/admin-dev/themes/default/template/header.tpl +++ b/admin-dev/themes/default/template/header.tpl @@ -33,7 +33,7 @@ - {$shop_name} {if $meta_title != ''}{if isset($navigationPipe)}{$navigationPipe|escape:'htmlall':'UTF-8'}{else}>{/if} {$meta_title}{/if} + {$shop_name} {if $meta_title != ''}{if isset($navigationPipe)}{$navigationPipe|escape:'html':'UTF-8'}{else}>{/if} {$meta_title}{/if} {if $display_header} {capture name=path} - + {l s='My account' mod='favoriteproducts'} {$navigationPipe}{l s='My favorite products.' mod='favoriteproducts'} {/capture} @@ -66,10 +66,10 @@ $('document').ready(function() {foreach from=$favoriteProducts item=favoriteProduct} - - - {$favoriteProduct.name|escape:'htmlall':'UTF-8'} - {$favoriteProduct.description_short|strip_tags|escape:'htmlall':'UTF-8'} + + + {$favoriteProduct.name|escape:'html':'UTF-8'} + {$favoriteProduct.description_short|strip_tags|escape:'html':'UTF-8'} @@ -83,7 +83,7 @@ $('document').ready(function() - - {l s='Back to your account.' mod='favoriteproducts'} + + {l s='Back to your account.' mod='favoriteproducts'} \ No newline at end of file diff --git a/modules/favoriteproducts/views/templates/hook/my-account.tpl b/modules/favoriteproducts/views/templates/hook/my-account.tpl index a8884fa02..b2cd80e49 100644 --- a/modules/favoriteproducts/views/templates/hook/my-account.tpl +++ b/modules/favoriteproducts/views/templates/hook/my-account.tpl @@ -24,7 +24,7 @@ *} - + {if !$in_footer}{/if} {l s='My favorite products.' mod='favoriteproducts'} diff --git a/modules/homefeatured/homefeatured.tpl b/modules/homefeatured/homefeatured.tpl index d668877a2..ed35887c0 100644 --- a/modules/homefeatured/homefeatured.tpl +++ b/modules/homefeatured/homefeatured.tpl @@ -39,7 +39,7 @@ {if $totModulo == 0}{assign var='totModulo' value=$nbItemsPerLine}{/if} {if isset($product.new) && $product.new == 1}{l s='New' mod='homefeatured'}{/if} - {$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'} + {$product.name|truncate:35:'...'|escape:'html':'UTF-8'} {$product.description_short|strip_tags|truncate:65:'...'} {l s='View' mod='homefeatured'} diff --git a/modules/homeslider/homeslider.tpl b/modules/homeslider/homeslider.tpl index fba02d589..f14a77273 100644 --- a/modules/homeslider/homeslider.tpl +++ b/modules/homeslider/homeslider.tpl @@ -45,8 +45,8 @@ var homeslider_pause = {$homeslider.pause}; {foreach from=$homeslider_slides item=slide} {if $slide.active} - - + + {/if} diff --git a/modules/loyalty/views/templates/front/loyalty.tpl b/modules/loyalty/views/templates/front/loyalty.tpl index f7c2862d5..3d13b0952 100644 --- a/modules/loyalty/views/templates/front/loyalty.tpl +++ b/modules/loyalty/views/templates/front/loyalty.tpl @@ -54,7 +54,7 @@ {l s='#' mod='loyalty'}{$order.id|string_format:"%06d"} {dateFormat date=$order.date full=1} {$order.points|intval} - {$order.state|escape:'htmlall':'UTF-8'} + {$order.state|escape:'html':'UTF-8'}
{$message['message']|escape:'htmlall':'UTF-8'|nl2br}
{$message['message']|escape:'html':'UTF-8'|nl2br}
{l s='The full filename with its extension (e.g. Book.pdf)'}
{l s='Please choose the warehouses associated with this product. You must also select a default warehouse. '}
- {$categoryProduct.name|truncate:14:'...'|escape:'htmlall':'UTF-8'} + {$categoryProduct.name|truncate:14:'...'|escape:'html':'UTF-8'}
diff --git a/modules/referralprogram/views/templates/front/program.tpl b/modules/referralprogram/views/templates/front/program.tpl index 425deb9c1..aee1f9ac8 100644 --- a/modules/referralprogram/views/templates/front/program.tpl +++ b/modules/referralprogram/views/templates/front/program.tpl @@ -109,9 +109,9 @@ {section name=friends start=0 loop=$nbFriends step=1}
{l s='E-mail address of your sponsor' mod='referralprogram'} - +
{l s='Friend\'s name' mod='sendtoafriend'} - +
{l s='Friend\'s email' mod='sendtoafriend'} - +
diff --git a/modules/trackingfront/account.tpl b/modules/trackingfront/account.tpl index febfc170e..f4389e47d 100644 --- a/modules/trackingfront/account.tpl +++ b/modules/trackingfront/account.tpl @@ -25,11 +25,11 @@
{l s='Forgot your password?'}
- {if isset($back)}{/if} + {if isset($back)}{/if} {l s='Sign in'}
*{l s='Required field'}
{l s='This CMS page is not visible to your customers.'} - - + +
{l s='List of sub categories in %s:' sprintf=$cms_category->name}
{l s='For questions about an order or for more information about our products'}.
- {$contact.description|escape:'htmlall':'UTF-8'} + {$contact.description|escape:'html':'UTF-8'}
{l s='Email address'} {if isset($customerThread.email)} - + {else} - + {/if}
« {l s='Back'}
{l s='Your guest account has been successfully transformed into a customer account. You can now login as a registered shopper. '} {l s='page.'}
{l s='Transform your guest account into a customer account and enjoy:'}
{l s='Send'} @@ -100,17 +100,17 @@ {if isset($show_login_link) && $show_login_link}
{l s='Click here to login to your customer account.'}
{l s='Send'} diff --git a/themes/default-bootstrap/header.tpl b/themes/default-bootstrap/header.tpl index 7017fce5a..bbc681892 100644 --- a/themes/default-bootstrap/header.tpl +++ b/themes/default-bootstrap/header.tpl @@ -67,7 +67,8 @@ - + + {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} @@ -79,7 +80,7 @@ {/foreach} {/if} - @@ -93,7 +94,7 @@ {$HOOK_HEADER} -
- {if $manufacturer.nb_products > 0}{/if} + {if $manufacturer.nb_products > 0}{/if} {if $manufacturer.nb_products == 1}{l s='%d product' sprintf=$manufacturer.nb_products|intval}{else}{l s='%d products' sprintf=$manufacturer.nb_products|intval}{/if} {if $manufacturer.nb_products > 0}{/if}
{l s='DNI / NIF / NIE'} *
{l s='VAT number'} - +
{l s='You must register at least one phone number.'} *
{l s='Please assign an address title for future reference.'} * - +
{l s='Enter your email address to create an account'}.
- {if isset($back)}{/if} + {if isset($back)}{/if} *{l s='Required field'}
{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)} diff --git a/themes/default-bootstrap/mobile/category-product-sort.tpl b/themes/default-bootstrap/mobile/category-product-sort.tpl index c352cd688..0b94a2f8e 100644 --- a/themes/default-bootstrap/mobile/category-product-sort.tpl +++ b/themes/default-bootstrap/mobile/category-product-sort.tpl @@ -52,9 +52,9 @@ {/if}
{l s='Total price'} {displayPrice price=$order.total_paid currency=$order.id_currency no_utf8=false convert=false}
{l s='Payment: '} {$order.payment|escape:'htmlall':'UTF-8'}
{l s='Status'} {if isset($order.order_state)}{$order.order_state|escape:'htmlall':'UTF-8'}{/if}
{l s='Payment: '} {$order.payment|escape:'html':'UTF-8'}
{l s='Status'} {if isset($order.order_state)}{$order.order_state|escape:'html':'UTF-8'}{/if}
{l s='Your personal information has been successfully updated.'} - {if isset($pwd_changed)}{l s='Your password has been sent to your email:'} {$email|escape:'htmlall':'UTF-8'}{/if} + {if isset($pwd_changed)}{l s='Your password has been sent to your email:'} {$email|escape:'html':'UTF-8'}{/if}
{if $manufacturer.nb_products == 1} {l s='%d product' sprintf=$manufacturer.nb_products|intval} diff --git a/themes/default-bootstrap/mobile/manufacturer.tpl b/themes/default-bootstrap/mobile/manufacturer.tpl index 35ea21f70..aac96a605 100644 --- a/themes/default-bootstrap/mobile/manufacturer.tpl +++ b/themes/default-bootstrap/mobile/manufacturer.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} -{capture assign='page_title'}{$manufacturer->name|escape:'htmlall':'UTF-8'}{/capture} +{capture assign='page_title'}{$manufacturer->name|escape:'html':'UTF-8'}{/capture} {include file='./page-title.tpl'} {include file="$tpl_dir./errors.tpl"} diff --git a/themes/default-bootstrap/mobile/order-address.tpl b/themes/default-bootstrap/mobile/order-address.tpl index 5e8a60fe8..77b2e8a96 100644 --- a/themes/default-bootstrap/mobile/order-address.tpl +++ b/themes/default-bootstrap/mobile/order-address.tpl @@ -158,7 +158,7 @@ {foreach from=$addresses key=k item=address} - id_address_delivery}selected="selected"{/if}>{$address.alias|escape:'htmlall':'UTF-8'} + id_address_delivery}selected="selected"{/if}>{$address.alias|escape:'html':'UTF-8'} {/foreach} @@ -174,7 +174,7 @@ {l s='Choose a billing address:'} {section loop=$addresses step=-1 name=address} - id_address_invoice && $cart->id_address_delivery != $cart->id_address_invoice}selected="selected"{/if}>{$addresses[address].alias|escape:'htmlall':'UTF-8'} + id_address_invoice && $cart->id_address_delivery != $cart->id_address_invoice}selected="selected"{/if}>{$addresses[address].alias|escape:'html':'UTF-8'} {/section} {else} diff --git a/themes/default-bootstrap/mobile/order-carrier.tpl b/themes/default-bootstrap/mobile/order-carrier.tpl index 83bc460e9..a3faf39cf 100644 --- a/themes/default-bootstrap/mobile/order-carrier.tpl +++ b/themes/default-bootstrap/mobile/order-carrier.tpl @@ -216,7 +216,7 @@
{l s='If you\'d like, you can add a note to the gift:'} - {$cart->gift_message|escape:'htmlall':'UTF-8'} + {$cart->gift_message|escape:'html':'UTF-8'}
{l s='Reference'} {if $product.product_reference}{$product.product_reference|escape:'htmlall':'UTF-8'}{else}--{/if}
{l s='Reference'} {if $product.product_reference}{$product.product_reference|escape:'html':'UTF-8'}{else}--{/if}
{l s='Quantity'}
{l s='Unit price'} @@ -89,18 +89,18 @@
{l s='Unit price'} diff --git a/themes/default-bootstrap/mobile/order-detail.tpl b/themes/default-bootstrap/mobile/order-detail.tpl index feaf3fee9..7f0046048 100644 --- a/themes/default-bootstrap/mobile/order-detail.tpl +++ b/themes/default-bootstrap/mobile/order-detail.tpl @@ -46,8 +46,8 @@
{l s='Click the following link to track the delivery of your order'}
{$address_invoice->company|escape:'htmlall':'UTF-8'}
{$address_invoice->address2|escape:'htmlall':'UTF-8'}
{$address_invoice->phone_mobile|escape:'htmlall':'UTF-8'}
{$address_invoice->company|escape:'html':'UTF-8'}
{$address_invoice->address2|escape:'html':'UTF-8'}
{$address_invoice->phone_mobile|escape:'html':'UTF-8'}
{foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$invoiceAddressFormatedValues[$word_item|replace:',':'']|escape:'htmlall':'UTF-8'}{/foreach}
{foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$invoiceAddressFormatedValues[$word_item|replace:',':'']|escape:'html':'UTF-8'}{/foreach}
{$address_delivery->company|escape:'htmlall':'UTF-8'}
{$address_delivery->address2|escape:'htmlall':'UTF-8'}
{$address_delivery->phone_mobile|escape:'htmlall':'UTF-8'}
{$address_delivery->company|escape:'html':'UTF-8'}
{$address_delivery->address2|escape:'html':'UTF-8'}
{$address_delivery->phone_mobile|escape:'html':'UTF-8'}
{foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$deliveryAddressFormatedValues[$word_item|replace:',':'']|escape:'htmlall':'UTF-8'}{/foreach}
{foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$deliveryAddressFormatedValues[$word_item|replace:',':'']|escape:'html':'UTF-8'}{/foreach}
{l s='Voucher'} {$discount.name|escape:'htmlall':'UTF-8'}
{l s='Voucher'} {$discount.name|escape:'html':'UTF-8'}
1
{if $discount.value != 0.00}{l s='-'}{/if}{convertPriceWithCurrency price=$discount.value currency=$currency}
{l s='You must specify your delivery and invoice address'}
{l s='Your password has been successfully reset and a confirmation has been sent to your email address:'} {$email|escape:'htmlall':'UTF-8'}
{l s='Your password has been successfully reset and a confirmation has been sent to your email address:'} {$email|escape:'html':'UTF-8'}
{l s='A confirmation email has been sent to your address:'} {$email|escape:'htmlall':'UTF-8'}
{l s='A confirmation email has been sent to your address:'} {$email|escape:'html':'UTF-8'}
{l s='Please enter the email address you used to register. We will then send you a new password. '}
{$accessory.name|escape:'htmlall':'UTF-8'}
{$accessory.name|escape:'html':'UTF-8'}
{$accessory.description_short|strip_tags|truncate:70:'...'}
{convertPrice price=$unit_price} {l s='per'} {$product->unity|escape:'htmlall':'UTF-8'}
{convertPrice price=$unit_price} {l s='per'} {$product->unity|escape:'html':'UTF-8'}
{$packItem.description_short}
{if isset($search_query) && $search_query} - {l s='No results were found for your search'} "{if isset($search_query)}{$search_query|escape:'htmlall':'UTF-8'}{/if}" + {l s='No results were found for your search'} "{if isset($search_query)}{$search_query|escape:'html':'UTF-8'}{/if}" {elseif isset($search_tag) && $search_tag} - {l s='No results were found for your search'} "{$search_tag|escape:'htmlall':'UTF-8'}" + {l s='No results were found for your search'} "{$search_tag|escape:'html':'UTF-8'}" {else} {l s='Please enter a search keyword'} {/if} diff --git a/themes/default-bootstrap/mobile/shopping-cart-product-line.tpl b/themes/default-bootstrap/mobile/shopping-cart-product-line.tpl index 0ffcf3a53..cd15af837 100644 --- a/themes/default-bootstrap/mobile/shopping-cart-product-line.tpl +++ b/themes/default-bootstrap/mobile/shopping-cart-product-line.tpl @@ -25,13 +25,13 @@
{$product.attributes|escape:'htmlall':'UTF-8'}
{$product.attributes|escape:'html':'UTF-8'}
{if $supplier.nb_products == 1} {l s='%d product' sprintf=$supplier.nb_products|intval} diff --git a/themes/default-bootstrap/mobile/supplier.tpl b/themes/default-bootstrap/mobile/supplier.tpl index a05b755bc..d13ab4687 100644 --- a/themes/default-bootstrap/mobile/supplier.tpl +++ b/themes/default-bootstrap/mobile/supplier.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} -{capture assign='page_title'}{$supplier->name|escape:'htmlall':'UTF-8'}{/capture} +{capture assign='page_title'}{$supplier->name|escape:'html':'UTF-8'}{/capture} {include file='./page-title.tpl'} {include file="$tpl_dir./errors.tpl"} diff --git a/themes/default-bootstrap/modules/bankwire/views/templates/hook/infos.tpl b/themes/default-bootstrap/modules/bankwire/views/templates/hook/infos.tpl index 401f70b79..d34804bf3 100644 --- a/themes/default-bootstrap/modules/bankwire/views/templates/hook/infos.tpl +++ b/themes/default-bootstrap/modules/bankwire/views/templates/hook/infos.tpl @@ -25,7 +25,7 @@
{l s="This module allows you to accept secure payments by bank wire."}
{l s="If the client chooses to pay by bank wire, the order\'s status will change to 'Waiting for Payment.'"}
{l s="That said, you must manually confirm the order upon receiving the bank wire."}
{l s="This module allows you to accept secure payments by bank wire." mod='bankwire'}
{l s="If the client chooses to pay by bank wire, the order\'s status will change to 'Waiting for Payment.'" mod='bankwire'}
{l s="That said, you must manually confirm the order upon receiving the bank wire." mod='bankwire'}
{$orderProduct.name|truncate:15:'...'|escape:'htmlall':'UTF-8'}
{$orderProduct.name|truncate:15:'...'|escape:'html':'UTF-8'}
{l s='Contact us' mod='blockcontact'}
{l s='Our support hotline is available 24/7' mod='blockcontact'}
{l s='Phone:' mod='blockcontact'}{$telnumber|escape:'htmlall':'UTF-8'}
{l s='Phone:' mod='blockcontact'}{$telnumber|escape:'html':'UTF-8'}
{$favoriteProduct.name|escape:'htmlall':'UTF-8'}
{$favoriteProduct.name|escape:'html':'UTF-8'}
diff --git a/themes/default-bootstrap/modules/referralprogram/views/templates/front/program.tpl b/themes/default-bootstrap/modules/referralprogram/views/templates/front/program.tpl index 2587b1575..f9d84300f 100644 --- a/themes/default-bootstrap/modules/referralprogram/views/templates/front/program.tpl +++ b/themes/default-bootstrap/modules/referralprogram/views/templates/front/program.tpl @@ -113,9 +113,9 @@ {section name=friends start=0 loop=$nbFriends step=1}
{$product.name|escape:'htmlall':'UTF-8'}
{$product.name|escape:'html':'UTF-8'}
{l s='Leave a message'}
{l s='If you would like to add a comment about your order, please write it in the field below.'}
@@ -309,7 +309,7 @@
{l s='Carrier'} {if $carrier->name == "0"}{$shop_name|escape:'htmlall':'UTF-8'}{else}{$carrier->name|escape:'htmlall':'UTF-8'}{/if}
{l s='Payment method'} {$order->payment|escape:'htmlall':'UTF-8'}
{l s='Carrier'} {if $carrier->name == "0"}{$shop_name|escape:'html':'UTF-8'}{else}{$carrier->name|escape:'html':'UTF-8'}{/if}
{l s='Payment method'} {$order->payment|escape:'html':'UTF-8'}
@@ -65,7 +65,7 @@ {foreach from=$order_history item=state name="orderStates"}
- {if isset($back)}{/if} + {if isset($back)}{/if} {l s='Login'}
{l s='We have logged your return request.'}
{l s='Your package must be returned to us within'} {$nbdaysreturn} {l s='days of receiving your order.'}
{l s='The current status of your merchandise return is:'} {$state_name|escape:'htmlall':'UTF-8'}
{l s='The current status of your merchandise return is:'} {$state_name|escape:'html':'UTF-8'}
{l s='List of items to be returned:'}
{l s='Your password has been successfully reset and a confirmation has been sent to your email address:'} {if isset($customer_email)}{$customer_email|escape:'htmlall':'UTF-8'|stripslashes}{/if}
{l s='Your password has been successfully reset and a confirmation has been sent to your email address:'} {if isset($customer_email)}{$customer_email|escape:'html':'UTF-8'|stripslashes}{/if}
{l s='A confirmation email has been sent to your address:'} {if isset($customer_email)}{$customer_email|escape:'htmlall':'UTF-8'|stripslashes}{/if}
{l s='A confirmation email has been sent to your address:'} {if isset($customer_email)}{$customer_email|escape:'html':'UTF-8'|stripslashes}{/if}
{l s='Retrieve Password'} diff --git a/themes/default-bootstrap/product-list-colors.tpl b/themes/default-bootstrap/product-list-colors.tpl index a4d4f2205..fa34696a1 100644 --- a/themes/default-bootstrap/product-list-colors.tpl +++ b/themes/default-bootstrap/product-list-colors.tpl @@ -25,6 +25,6 @@
{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}
{l s='This product is not visible to your customers.'} - - + +
{l s='Online only'}
reference}style="display: none;"{/if}> {l s='Model'} - {$product->reference|escape:'htmlall':'UTF-8'} + {$product->reference|escape:'html':'UTF-8'}
{if isset($search_query) && $search_query} - {l s='No results were found for your search'} "{if isset($search_query)}{$search_query|escape:'htmlall':'UTF-8'}{/if}" + {l s='No results were found for your search'} "{if isset($search_query)}{$search_query|escape:'html':'UTF-8'}{/if}" {elseif isset($search_tag) && $search_tag} - {l s='No results were found for your search'} "{$search_tag|escape:'htmlall':'UTF-8'}" + {l s='No results were found for your search'} "{$search_tag|escape:'html':'UTF-8'}" {else} {l s='Please enter a search keyword'} {/if} diff --git a/themes/default-bootstrap/shopping-cart-product-line.tpl b/themes/default-bootstrap/shopping-cart-product-line.tpl index 1e47361d1..f082731bc 100644 --- a/themes/default-bootstrap/shopping-cart-product-line.tpl +++ b/themes/default-bootstrap/shopping-cart-product-line.tpl @@ -24,12 +24,12 @@ *}
{$lastProductAdded.name|escape:'htmlall':'UTF-8'}
{$lastProductAdded.name|escape:'html':'UTF-8'}
{if $supplier.nb_products > 0} - + {/if} {if $supplier.nb_products == 1}{l s='%d product' sprintf=$supplier.nb_products|intval}{else}{l s='%d products' sprintf=$supplier.nb_products|intval}{/if} {if $supplier.nb_products > 0} @@ -108,7 +108,7 @@ {/if}
{$supplier->description}
- {if isset($back)}{/if} + {if isset($back)}{/if}
{$subcategory.description}
@@ -49,7 +49,7 @@ {if isset($customerThread.id_contact)} {foreach from=$contacts item=contact} {if $contact.id_contact == $customerThread.id_contact} - + {/if} {/foreach} @@ -58,23 +58,23 @@ {l s='-- Choose --'} {foreach from=$contacts item=contact} - {$contact.name|escape:'htmlall':'UTF-8'} + {$contact.name|escape:'html':'UTF-8'} {/foreach}
{l s='Message'} - {if isset($message)}{$message|escape:'htmlall':'UTF-8'|stripslashes}{/if} + {if isset($message)}{$message|escape:'html':'UTF-8'|stripslashes}{/if}
diff --git a/themes/default/header.tpl b/themes/default/header.tpl index 19c6a248c..db8b2c8eb 100644 --- a/themes/default/header.tpl +++ b/themes/default/header.tpl @@ -29,7 +29,7 @@
{if isset($oldMessage)}{$oldMessage|escape:'htmlall':'UTF-8'}{/if}
{if isset($oldMessage)}{$oldMessage|escape:'html':'UTF-8'}{/if}
reference}style="display: none;"{/if}> {l s='Reference:'} - {$product->reference|escape:'htmlall':'UTF-8'} + {$product->reference|escape:'html':'UTF-8'}
- {$accessory.name|escape:'htmlall':'UTF-8'} + {$accessory.name|escape:'html':'UTF-8'} {if $accessory.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} - {if $priceDisplay != 1}{displayWtPrice p=$accessory.price}{else}{displayWtPrice p=$accessory.price_tax_exc}{/if}{/if}
- {l s='View'} + {l s='View'} {if !$PS_CATALOG_MODE && ($accessory.allow_oosp || $accessory.quantity > 0)} {l s='Add to cart'} {/if} diff --git a/themes/live_edit.tpl b/themes/live_edit.tpl index db7585645..56fa8508f 100644 --- a/themes/live_edit.tpl +++ b/themes/live_edit.tpl @@ -42,7 +42,7 @@