Index: branches/dev/data/Smarty/templates/admin/order/edit.tpl
===================================================================
--- branches/dev/data/Smarty/templates/admin/order/edit.tpl	(revision 17)
+++ branches/dev/data/Smarty/templates/admin/order/edit.tpl	(revision 11558)
@@ -124,5 +124,5 @@
 								<td bgcolor="#ffffff" width="607" colspan="3">¢©<!--{$arrDisp.order_zip01}-->-<!--{$arrDisp.order_zip02}--><br>
 								<!--{assign var=key value=$arrDisp.order_pref}-->
-								<!--{$arrPref[$key]}--><!--{$arrDisp.order_addr01}--><!--{$arrDisp.order_addr02}--></td>
+								<!--{$arrPref[$key]}--><!--{$arrDisp.order_addr01|escape}--><!--{$arrDisp.order_addr02|escape}--></td>
 							</tr>
 							<tr class="fs12n">
Index: branches/dev/html/admin/customer/edit.php
===================================================================
--- branches/dev/html/admin/customer/edit.php	(revision 11554)
+++ branches/dev/html/admin/customer/edit.php	(revision 11558)
@@ -36,5 +36,5 @@
 		$this->tpl_pager = DATA_PATH . 'Smarty/templates/admin/pager.tpl';
 		$this->tpl_subtitle = '¸ÜµÒ¥Þ¥¹¥¿';
-		
+
 		global $arrPref;
 		$this->arrPref = $arrPref;
