fixed: gateway macro not usable in links in rich editor

This commit is contained in:
Graham Knop 2008-04-10 22:14:56 +00:00
parent ede0d57974
commit 99d96a6a82
3 changed files with 2 additions and 2 deletions

View file

@ -464,7 +464,7 @@ sub getRichEditor {
remove_script_host => JSON::true(),
auto_reset_designmode => JSON::true(),
cleanup_callback => "tinyMCE_WebGUI_Cleanup",
urlconvertor_callback => "tinyMCE_WebGUI_URLConvertor",
urlconverter_callback => "tinyMCE_WebGUI_URLConvertor",
theme_advanced_resizing => JSON::true(),
(map { "theme_advanced_buttons".($_+1) => (join ',', @{$toolbarRows[$_]}) }
(0..$#toolbarRows)),