Changeset 2732
- Timestamp:
- 10/31/07 04:02:53 (1 year ago)
- Files:
-
- tracwysiwygplugin/0.10/tracwysiwyg/htdocs/wysiwyg.js (modified) (1 diff)
- tracwysiwygplugin/0.11/tracwysiwyg/htdocs/wysiwyg.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tracwysiwygplugin/0.10/tracwysiwyg/htdocs/wysiwyg.js
r2681 r2732 1657 1657 var tmp; 1658 1658 if (matchFirstIndex == 16) { 1659 tmp = matchText == "[[BR]]"1659 tmp = matchText.toLowerCase() == "[[br]]" 1660 1660 ? contentDocument.createElement("br") 1661 1661 : contentDocument.createTextNode(matchText); tracwysiwygplugin/0.11/tracwysiwyg/htdocs/wysiwyg.js
r2681 r2732 1657 1657 var tmp; 1658 1658 if (matchFirstIndex == 16) { 1659 tmp = matchText == "[[BR]]"1659 tmp = matchText.toLowerCase() == "[[br]]" 1660 1660 ? contentDocument.createElement("br") 1661 1661 : contentDocument.createTextNode(matchText);
