Changeset 321

Show
Ignore:
Timestamp:
2007-05-22 22:40:11 (3 years ago)
Author:
fredck
Message:

Fixed #202 : Regression - The HR tag will not anymore break the contents loaded in the editor.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fck.js

    r308 r321  
    321321                        sTags += '|HR' ; 
    322322 
    323                 oRegex = new RegExp( '<((' + sTags + ')(?=\s|>)[\s\S]*?)/?>', 'gi' ) ; 
     323                oRegex = new RegExp( '<((' + sTags + ')(?=\\s|>|/)[\\s\\S]*?)/?>', 'gi' ) ; 
    324324                html = html.replace( oRegex, '<FCK:$1 />' ) ; 
    325325 
  • FCKeditor/trunk/_whatsnew.html

    r319 r321  
    9999                        ColdFusion connector allowed to pass configuration settings with the request.</li> 
    100100                <li>The perl connector cgi file has been changed to Unix line endings.</li> 
     101                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] Regression: 
     102                        The HR tag will not anymore break the contents loaded in the editor. </li> 
    101103        </ul> 
    102104        <h3>