Changeset 492
- Timestamp:
- 2007-07-20 22:20:58 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckxhtml_ie.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckxhtml_ie.js
r308 r492 143 143 var sShape = htmlNode.getAttribute( 'shape', 2 ) ; 144 144 if ( sShape && sShape.length > 0 ) 145 FCKXHtml._AppendAttribute( node, 'shape', sShape ) ;145 FCKXHtml._AppendAttribute( node, 'shape', sShape.toLowerCase() ) ; 146 146 } 147 147 -
FCKeditor/trunk/_whatsnew.html
r490 r492 134 134 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/978">#978</a>] Fixed a 135 135 SpellerPages error with ColdFusion when no suggestions where available for a word.</li> 136 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/977">#977</a>] The "shape" attribute of <area> had its 137 value changed to uppercase in IE.</li> 136 138 </ul> 137 139 <h3>