openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0edc9ca4014e1c9cc1ba43d21ef7e6af37d5a023
parent e5227bf692bedd9af9620615033bc82a011f3fb0
Author: Jan Dankert <devnull@localhost>
Date:   Fri, 18 Nov 2011 23:35:24 +0100

Id für Textarea mit CKeditor

Diffstat:
themes/default/include/html/editor.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/editor.inc.php b/themes/default/include/html/editor.inc.php @@ -56,7 +56,7 @@ switch( $attr_type ) { case 'fckeditor': case 'html': - echo '<textarea name="'.$attr_name.'" class="editor">'.$$attr_name.'</textarea>'; + echo '<textarea name="'.$attr_name.'" class="editor" id="pageelement_edit_editor">'.$$attr_name.'</textarea>'; if ( $this->isEditMode() ) { include_once('./editor/editor/ckeditor.php');