Show
Ignore:
Timestamp:
2007-05-29 11:03:38 (20 months ago)
Author:
fredck
Message:

Fixed #520 : The "Select Field" properties dialog was not correctly handling select options with &, < and >.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_select.html

    r308 r332  
    5959                for ( var i = 0 ; i < oActiveEl.options.length ; i++ ) 
    6060                { 
    61                         var sText       = oActiveEl.options[i].innerHTML ; 
     61                        var sText       = HTMLDecode( oActiveEl.options[i].innerHTML ) ; 
    6262                        var sValue      = oActiveEl.options[i].value ; 
    6363