Changeset 1312 for trunk/modules
- Timestamp:
- 08/29/11 16:52:04 (9 months ago)
- Location:
- trunk/modules
- Files:
-
- 3 modified
-
Gecko/Gecko.js (modified) (1 diff)
-
InternetExplorer/InternetExplorer.js (modified) (1 diff)
-
Opera/Opera.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/Gecko/Gecko.js
r1084 r1312 756 756 } 757 757 else ta.value = before + cc + after; 758 ta.value = ta.value.replace(new RegExp ('(&[^'+cc+' ]*?)('+cc+')([^'+cc+']*?;)'), "$1$3$2");758 ta.value = ta.value.replace(new RegExp ('(&[^'+cc+';]*?)('+cc+')([^'+cc+']*?;)'), "$1$3$2"); 759 759 ta.value = ta.value.replace(new RegExp ('(<script[^>]*>[^'+cc+']*?)('+cc+')([^'+cc+']*?<\/script>)'), "$1$3$2"); 760 760 ta.value = ta.value.replace(new RegExp ('^([^'+cc+']*)('+cc+')([^'+cc+']*<body[^>]*>)(.*?)'), "$1$3$2$4"); -
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"); -
trunk/modules/Opera/Opera.js
r1084 r1312 765 765 } 766 766 else ta.value = before + cc + after; 767 ta.value = ta.value.replace(new RegExp ('(&[^'+cc+' ]*?)('+cc+')([^'+cc+']*?;)'), "$1$3$2");767 ta.value = ta.value.replace(new RegExp ('(&[^'+cc+';]*?)('+cc+')([^'+cc+']*?;)'), "$1$3$2"); 768 768 ta.value = ta.value.replace(new RegExp ('(<script[^>]*>[^'+cc+']*?)('+cc+')([^'+cc+']*?<\/script>)'), "$1$3$2"); 769 769 ta.value = ta.value.replace(new RegExp ('^([^'+cc+']*)('+cc+')([^'+cc+']*<body[^>]*>)(.*?)'), "$1$3$2$4");
