Index: branches/dev/html/admin/basis/preview.php
===================================================================
--- branches/dev/html/admin/basis/preview.php	(revision 13773)
+++ branches/dev/html/admin/basis/preview.php	(revision 14019)
@@ -37,5 +37,6 @@
                     $objPage->escape_flag = 1;
                 }
-            $objPage->list_data = $result[0];    
+            $result = nl2br($result);
+            $objPage->preview_data = $result[0];    
         }
     
