We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc76c6 commit 1443be1Copy full SHA for 1443be1
1 file changed
templates/element/tinymce.php
@@ -3,7 +3,7 @@
3
4
// data
5
$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];
+if(!empty($init['content_css'])) $init['content_css'][0] = $this->Url->build('/css/'.$init['content_css'][0], ['fullBase' => true]);
7
8
$attributes = array_merge(
9
[
0 commit comments