Revision 1265
Added by Dietmar almost 15 years ago
version.php | ||
---|---|---|
55 | 55 |
|
56 | 56 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
57 | 57 |
if(!defined('VERSION')) define('VERSION', '2.8.1'); |
58 |
if(!defined('REVISION')) define('REVISION', '1264');
|
|
58 |
if(!defined('REVISION')) define('REVISION', '1265');
|
|
59 | 59 |
|
60 | 60 |
?> |
Also available in: Unified diff
Ticket #909 WYSIWYG Editor width destroyes backend layout
Set EDITOR_WIDTH to 0, This way backend theme developper
can style the WYSIWYG Editor according to their themes.