Show
Ignore:
Timestamp:
05/12/08 14:02:03 (7 months ago)
Author:
aarkerio
Message:

Improved helper

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/pdf.ctp

    r455 r474  
    11<?php 
    2 header("Content-type: application/pdf"); 
     2header('Content-type: application/pdf; charset="utf-8"',true); 
    33echo $content_for_layout; 
    44?>