Skip to content

Commit 1443be1

Browse files
committed
Update tinymce.php
1 parent 2fc76c6 commit 1443be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/element/tinymce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

88
$attributes = array_merge(
99
[

0 commit comments

Comments
 (0)