Changeset 268
- Timestamp:
- 2007-04-24 17:30:07 (17 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
r132 r268 125 125 126 126 <cfif texts.words IS ""> 127 <cfset texts.abort = "alert('Spell check complete.\n\nNo misspellings found.');#c hrlf#top.window.close();">127 <cfset texts.abort = "alert('Spell check complete.\n\nNo misspellings found.');#crlf#top.window.close();"> 128 128 </cfif> 129 129 -
FCKeditor/trunk/_whatsnew.html
r262 r268 61 61 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/360">#360</a>] Form "name" 62 62 was being set to "[object]" if it contained an element with id="name".</li> 63 <li>Fixed a type that was breaking the ColdFusion SpellerPages integration file when 64 no spelling errors were found.</li> 63 65 </ul> 64 66 <h3>