Index: branches/dev/html/admin/basis/preview.php
===================================================================
--- branches/dev/html/admin/basis/preview.php	(revision 14035)
+++ branches/dev/html/admin/basis/preview.php	(revision 14640)
@@ -32,14 +32,13 @@
         print($result[0]["header"]);
         if ( $result ){
-                if ( $result[0]["mail_method"] == 2 ){
-                // ¥Æ¥­¥¹¥È·Á¼°¤Î»þ¤Ï¥¿¥°Ê¸»ú¤ò¥¨¥¹¥±¡¼¥×
-                    $objPage->escape_flag = 1;
-                }
-//            $result[0] = nl2br($result[0]["header"]);
+            if ( $result[0]["mail_method"] == 2 ){
+            // ¥Æ¥­¥¹¥È·Á¼°¤Î»þ¤Ï¥¿¥°Ê¸»ú¤ò¥¨¥¹¥±¡¼¥×
+                $objPage->escape_flag = 1;
+            }
             $objPage->list_data = $result[0];    
         }
     
     }
-	
+
 $objView->assignobj($objPage);
 $objView->display($objPage->tpl_mainpage);
