diff --git a/templates/backOffice/default/search.html b/templates/backOffice/default/search.html
index a3af85dac..7e16e08e7 100644
--- a/templates/backOffice/default/search.html
+++ b/templates/backOffice/default/search.html
@@ -13,7 +13,7 @@
diff --git a/templates/frontOffice/default/account.html b/templates/frontOffice/default/account.html
index 83e2b5a8e..f4eb8136d 100644
--- a/templates/frontOffice/default/account.html
+++ b/templates/frontOffice/default/account.html
@@ -38,15 +38,15 @@
-
- {$ADDRESS1 nofilter}
+ {$ADDRESS1}
{if $ADDRESS2 != ""}
- {$ADDRESS2 nofilter}
+ {$ADDRESS2}
{/if}
{if $ADDRESS3 != ""}
- {$ADDRESS3 nofilter}
+ {$ADDRESS3}
{/if}
{$ZIPCODE}
- {$CITY nofilter}
{loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop}
+ {$CITY}
{loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop}
-
@@ -94,15 +94,15 @@
-
- {$ADDRESS1 nofilter}
+ {$ADDRESS1}
{if $ADDRESS2 != ""}
- {$ADDRESS2 nofilter}
+ {$ADDRESS2}
{/if}
{if $ADDRESS3 != ""}
- {$ADDRESS3 nofilter}
+ {$ADDRESS3}
{/if}
{$ZIPCODE}
- {$CITY nofilter}, {loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop}
+ {$CITY}, {loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop}
-