Changeset 1312 for trunk/modules/InternetExplorer
- Timestamp:
- 08/29/11 16:52:04 (9 months ago)
- Files:
-
- 1 modified
-
trunk/modules/InternetExplorer/InternetExplorer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/InternetExplorer/InternetExplorer.js
r1260 r1312 882 882 } 883 883 else ta.value = before + cc + after; 884 ta.value = ta.value.replace(new RegExp ('(&[^'+cc+' ]*?)('+cc+')([^'+cc+']*?;)'), "$1$3$2");884 ta.value = ta.value.replace(new RegExp ('(&[^'+cc+';]*?)('+cc+')([^'+cc+']*?;)'), "$1$3$2"); 885 885 ta.value = ta.value.replace(new RegExp ('(<script[^>]*>[^'+cc+']*?)('+cc+')([^'+cc+']*?<\/script>)'), "$1$3$2"); 886 886 ta.value = ta.value.replace(new RegExp ('^([^'+cc+']*)('+cc+')([^'+cc+']*<body[^>]*>)(.*?)'), "$1$3$2$4");
