Changeset 236
- Timestamp:
- 04/05/07 13:15:04 (6 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
editor/dialog/fck_listprop.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r229 r236 44 44 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/300">#300</a>] The fck_internal.css 45 45 file was not validating with the W3C CSS Validation Service.</li> 46 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/336">#336</a>] Ordered list didn't 47 keep the Type attribute properly (it was converted to lowercase when the properties dialog was 48 opened again).</li> 46 49 </ul> 47 50 <h3> -
FCKeditor/trunk/editor/dialog/fck_listprop.html
r132 r236 61 61 { 62 62 if ( oActiveEl.getAttribute('type') ) 63 oActiveSel.value = oActiveEl.getAttribute('type') .toLowerCase();63 oActiveSel.value = oActiveEl.getAttribute('type') ; 64 64 } 65 65
Note: See TracChangeset
for help on using the changeset viewer.
