Changeset 321
- Timestamp:
- 2007-05-22 22:40:11 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fck.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck.js
r308 r321 321 321 sTags += '|HR' ; 322 322 323 oRegex = new RegExp( '<((' + sTags + ')(?=\ s|>)[\s\S]*?)/?>', 'gi' ) ;323 oRegex = new RegExp( '<((' + sTags + ')(?=\\s|>|/)[\\s\\S]*?)/?>', 'gi' ) ; 324 324 html = html.replace( oRegex, '<FCK:$1 />' ) ; 325 325 -
FCKeditor/trunk/_whatsnew.html
r319 r321 99 99 ColdFusion connector allowed to pass configuration settings with the request.</li> 100 100 <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> 101 103 </ul> 102 104 <h3>