Skip to content

Commit

Permalink
Update tinymce.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanvier committed Apr 19, 2021
1 parent 2fc76c6 commit 1443be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/element/tinymce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// data
$init = array_merge(Configure::read('Trois/Tinymce'), isset($init)? $init:[]);
if(!empty($init['content_css'])) $init['content_css'][0] = $this->Url->build('/css/', true).$init['content_css'][0];
if(!empty($init['content_css'])) $init['content_css'][0] = $this->Url->build('/css/'.$init['content_css'][0], ['fullBase' => true]);

$attributes = array_merge(
[
Expand Down

0 comments on commit 1443be1

Please sign in to comment.