Ticket #7752: 7752.patch
File 7752.patch, 831 bytes (added by , 12 years ago) |
---|
-
_source/plugins/richcombo/plugin.js
165 165 instance.keyDownFn = keyDownFn; 166 166 167 167 output.push( 168 '<span class="cke_rcombo" >',168 '<span class="cke_rcombo" role="presentation">', 169 169 '<span id=', id ); 170 170 171 171 if ( this.className ) 172 172 output.push( ' class="', this.className, ' cke_off"'); 173 173 174 174 output.push( 175 ' >',175 ' role="presentation">', 176 176 '<span id="' + id+ '_label" class=cke_label>', this.label, '</span>', 177 177 '<a hidefocus=true title="', this.title, '" tabindex="-1"', 178 178 env.gecko && env.version >= 10900 && !env.hc ? '' : ' href="javascript:void(\'' + this.label + '\')"',