diff --git a/templates/frontOffice/default/account.html b/templates/frontOffice/default/account.html
index b5453d673..a6fe50d84 100644
--- a/templates/frontOffice/default/account.html
+++ b/templates/frontOffice/default/account.html
@@ -38,15 +38,15 @@
-
- {$ADDRESS1}
+ {$ADDRESS1 nofilter}
{if $ADDRESS2 != ""}
- {$ADDRESS2}
+ {$ADDRESS2 nofilter}
{/if}
{if $ADDRESS3 != ""}
- {$ADDRESS3}
+ {$ADDRESS3 nofilter}
{/if}
{$ZIPCODE}
- {$CITY}
{loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop}
+ {$CITY nofilter}
{loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop}
-
@@ -94,15 +94,15 @@
-
- {$ADDRESS1}
+ {$ADDRESS1 nofilter}
{if $ADDRESS2 != ""}
- {$ADDRESS2}
+ {$ADDRESS2 nofilter}
{/if}
{if $ADDRESS3 != ""}
- {$ADDRESS3}
+ {$ADDRESS3 nofilter}
{/if}
{$ZIPCODE}
- {$CITY}, {loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop}
+ {$CITY nofilter}, {loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop}
-
diff --git a/templates/frontOffice/default/register.html b/templates/frontOffice/default/register.html
index b94cdd2e8..afe5e8a2b 100644
--- a/templates/frontOffice/default/register.html
+++ b/templates/frontOffice/default/register.html
@@ -265,7 +265,7 @@