removed the HtmlTidy plugin from the defaults, as it breaks the source edit mode (<>) if tidy is not installed

This commit is contained in:
Ralf Becker 2004-09-16 21:38:14 +00:00
parent 30a3609a65
commit f9d6e727c0

View File

@ -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))