Changeset 14020 for branches/dev/html
- Timestamp:
- 2007/06/01 10:28:57 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/basis/preview.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/basis/preview.php
r14019 r14020 37 37 $objPage->escape_flag = 1; 38 38 } 39 $result = nl2br($result);39 $result[0] = nl2br($result[0]); 40 40 $objPage->preview_data = $result[0]; 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.
