Skip to content

Commit

Permalink
Disabled rainTpl autoescape as it breaks injected HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
gezpage committed Jan 17, 2014
1 parent 8ab88d6 commit bcf7f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kindle/Periodical.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function __construct($data)
// config
$config = array(
"tpl_dir" => dirname(dirname(__FILE__))."/tpl/",
"auto_escape" => false,
);

Tpl::configure( $config );
Expand Down

0 comments on commit bcf7f64

Please sign in to comment.