Changeset 623
- Timestamp:
- 05/24/09 13:13:33 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wymeditor/jquery.wymeditor.js
r620 r623 347 347 348 348 direction: "ltr", 349 350 replaceBrInPreWith: ' ', 349 351 350 352 boxHtml: "<div class='wym_box'>" … … 908 910 */ 909 911 WYMeditor.editor.prototype.xhtml = function() { 912 if(this._options.replaceBrInPreWith) 913 jQuery('pre > br', this._doc.body).replaceWith(this._options.replaceBrInPreWith); //Fix PRE bug #81 910 914 return this.parser.parse(this.html()); 911 915 };
Note: See TracChangeset
for help on using the changeset viewer.