Skip to content

Commit

Permalink
forgot the add quotes in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
deizel committed Jan 5, 2010
1 parent 1dd216a commit 35184c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infinitas/core/views/helpers/wysiwyg.php
Expand Up @@ -49,7 +49,7 @@ function fckStarter( $id = null, $toolbar = 'Basic' )
<script type="text/javascript">
fckLoader_$did = function () {
var bFCKeditor_$did = new FCKeditor('$did');
bFCKeditor_$did.BasePath = $path;
bFCKeditor_$did.BasePath = '$path';
bFCKeditor_$did.ToolbarSet = '$toolbar';
bFCKeditor_$did.ReplaceTextarea();
}
Expand Down

0 comments on commit 35184c3

Please sign in to comment.