mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +02:00
Bugtracker #3780 - missing quote
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
| e107 website system - Tiny MCE controller file.
|
| e107 website system - Tiny MCE controller file.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/wysiwyg.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/wysiwyg.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2007-02-08 04:42:39 $
|
| $Date: 2007-02-20 21:09:30 $
|
||||||
| $Author: e107coders $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ $text .= "'\n"; // end of plugins list.
|
|||||||
|
|
||||||
$text .= ",theme_advanced_buttons1 : 'fontsizeselect,separator,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent, indent,separator, forecolor,cut,copy,paste'";
|
$text .= ",theme_advanced_buttons1 : 'fontsizeselect,separator,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent, indent,separator, forecolor,cut,copy,paste'";
|
||||||
|
|
||||||
$text .= ",theme_advanced_buttons2 : 'tablecontrols,separator,undo,redo,separator,link,unlink";
|
$text .= ",theme_advanced_buttons2 : 'tablecontrols,separator,undo,redo,separator,link,unlink'";
|
||||||
$text .= ($pref['smiley_activate']) ? ",emoticons" : "";
|
$text .= ($pref['smiley_activate']) ? ",emoticons" : "";
|
||||||
$text .= ",charmap,iespell,media";
|
$text .= ",charmap,iespell,media";
|
||||||
$text .= (ADMIN) ? ",ibrowser," : ",image";
|
$text .= (ADMIN) ? ",ibrowser," : ",image";
|
||||||
|
Reference in New Issue
Block a user