Changeset 474 for trunk/app/views/layouts/pdf.ctp
- Timestamp:
- 05/12/08 14:02:03 (7 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/pdf.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/pdf.ctp
r455 r474 1 1 <?php 2 header( "Content-type: application/pdf");2 header('Content-type: application/pdf; charset="utf-8"',true); 3 3 echo $content_for_layout; 4 4 ?>
