mirror of
https://github.com/e107inc/e107.git
synced 2025-01-29 18:47:54 +01:00
Bugtracker #3780 - missing quote actually wasn't, so roll back
This commit is contained in:
parent
87ef5ac5b1
commit
08519dc67d
@ -4,8 +4,8 @@
|
||||
| e107 website system - Tiny MCE controller file.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/wysiwyg.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-02-20 21:09:30 $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2007-02-21 20:30:12 $
|
||||
| $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_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 .= ",charmap,iespell,media";
|
||||
$text .= (ADMIN) ? ",ibrowser," : ",image";
|
||||
|
Loading…
x
Reference in New Issue
Block a user