Changeset 6405
- Timestamp:
- Apr 8, 2008, 3:32:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/public_html/js/tiny_mce/plugins/openpne/editor_plugin.js
r6395 r6405 239 239 _textToPreview : function(s) { 240 240 s = tinymce.trim(s); 241 var rule = /<op:(b|u|s|i|large|small|color)( code="(#[0-9a-f]{3,6})"|)>(.*?)<\/op:\1>/ ;241 var rule = /<op:(b|u|s|i|large|small|color)( code="(#[0-9a-f]{3,6})"|)>(.*?)<\/op:\1>/i; 242 242 243 243 function rep(re, str) {
Note: See TracChangeset
for help on using the changeset viewer.