diff --git a/templates/admin/default/customer-edit.html b/templates/admin/default/customer-edit.html
index 71c6b8695..eba0139c0 100644
--- a/templates/admin/default/customer-edit.html
+++ b/templates/admin/default/customer-edit.html
@@ -158,14 +158,14 @@
{loop name="address.title" type="title" id=$TITLE}{$SHORT}{/loop} {$FIRSTNAME} {$LASTNAME}
- {$ADDRESS1}
- {$ADDRESS2}
- {$ADDRESS3}
+ {$ADDRESS1}
+ {if $ADDRESS2} {$ADDRESS2}{/if}
+ {if $ADDRESS3} {$ADDRESS3}{/if}
{if $PHONE}
- P: {$PHONE}
+ P:{$PHONE}
{/if}
{if $CELLPHONE}
- P: {$CELLPHONE}
+ P:{$CELLPHONE}
{/if}
|