Changeset 268

Show
Ignore:
Timestamp:
2007-04-24 17:30:07 (17 months ago)
Author:
fredck
Message:

Fixed a type that was breaking the ColdFusion SpellerPages integration file when no spelling errors were found.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm

    r132 r268  
    125125 
    126126<cfif texts.words IS ""> 
    127   <cfset texts.abort = "alert('Spell check complete.\n\nNo misspellings found.');#chrlf#top.window.close();"> 
     127  <cfset texts.abort = "alert('Spell check complete.\n\nNo misspellings found.');#crlf#top.window.close();"> 
    128128</cfif> 
    129129 
  • FCKeditor/trunk/_whatsnew.html

    r262 r268  
    6161                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/360">#360</a>] Form "name" 
    6262                        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> 
    6365        </ul> 
    6466        <h3>