Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
6d5b84cc
Commit
6d5b84cc
authored
Nov 14, 2006
by
Richard Mansfield
Browse files
More sensible tinyMCE include
parent
cac400af
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/editsitepage.php
View file @
6d5b84cc
...
...
@@ -91,9 +91,11 @@ function editsitepage_submit($values) {
exit
;
}
$js
=
array
();
if
(
use_html_editor
())
{
array_unshift
(
$js
,
'tinymce'
);
$js
=
array
(
'tinymce'
);
}
else
{
$js
=
array
();
}
$ijs
=
<<<
EOJS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment