Changeset 332 for FCKeditor/trunk/editor/dialog/fck_select.html
- Timestamp:
- 2007-05-29 11:03:38 (20 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_select.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_select.html
r308 r332 59 59 for ( var i = 0 ; i < oActiveEl.options.length ; i++ ) 60 60 { 61 var sText = oActiveEl.options[i].innerHTML;61 var sText = HTMLDecode( oActiveEl.options[i].innerHTML ) ; 62 62 var sValue = oActiveEl.options[i].value ; 63 63