Index: branches/dev/html/admin/basis/preview.php
===================================================================
--- branches/dev/html/admin/basis/preview.php	(revision 14021)
+++ branches/dev/html/admin/basis/preview.php	(revision 14022)
@@ -38,5 +38,5 @@
                 }
             $result[0] = nl2br($result[0]);
-            print($result[0]);
+            print_r($result[0]);
             $objPage->preview_data = $result[0];    
         }
