mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
removed the HtmlTidy plugin from the defaults, as it breaks the source edit mode (<>) if tidy is not installed
This commit is contained in:
parent
30a3609a65
commit
f9d6e727c0
@ -249,7 +249,7 @@ class html
|
||||
*/
|
||||
function htmlarea($name,$content='',$style='',$base_href='',$plugins='')
|
||||
{
|
||||
if (!$plugins) $plugins = 'ContextMenu,TableOperations,SpellChecker,HtmlTidy';
|
||||
if (!$plugins) $plugins = 'ContextMenu,TableOperations,SpellChecker';
|
||||
if (!$style) $style = 'width:100%; min-width:500px; height:300px;';
|
||||
|
||||
if (!is_object($GLOBALS['phpgw']->js))
|
||||
|
Loading…
Reference in New Issue
Block a user