Index: branches/dev/html/admin/basis/preview.php
===================================================================
--- branches/dev/html/admin/basis/preview.php	(revision 14027)
+++ branches/dev/html/admin/basis/preview.php	(revision 14029)
@@ -29,7 +29,5 @@
 		$sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ? AND del_flg = 0";
 		$id = $_GET['id'];
-        $result = $conn->getAll($sql, array($id));
-	    print_r($result);   
-        //print_r($result);exit;   
+        $result = $conn->getAll($sql, array($id));   
         if ( $result ){
                 if ( $result[0]["mail_method"] == 2 ){
@@ -37,5 +35,5 @@
                     $objPage->escape_flag = 1;
                 }
-//            $result[0] = nl2br($result[0]);
+            $result[0] = nl2br($result[0]);
             $objPage->list_data = $result[0];    
         }
