diff options
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/fullpage/js')
| -rw-r--r--[-rwxr-xr-x] | public/javascripts/tiny_mce/plugins/fullpage/js/fullpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/javascripts/tiny_mce/plugins/fullpage/js/fullpage.js b/public/javascripts/tiny_mce/plugins/fullpage/js/fullpage.js index 89059ef..dd3a29c 100755..100644 --- a/public/javascripts/tiny_mce/plugins/fullpage/js/fullpage.js +++ b/public/javascripts/tiny_mce/plugins/fullpage/js/fullpage.js | |||
| @@ -123,7 +123,7 @@ function init() { | |||
| 123 | // Parse xml and doctype | 123 | // Parse xml and doctype |
| 124 | xmlVer = getReItem(/<\?\s*?xml.*?version\s*?=\s*?"(.*?)".*?\?>/gi, h, 1); | 124 | xmlVer = getReItem(/<\?\s*?xml.*?version\s*?=\s*?"(.*?)".*?\?>/gi, h, 1); |
| 125 | xmlEnc = getReItem(/<\?\s*?xml.*?encoding\s*?=\s*?"(.*?)".*?\?>/gi, h, 1); | 125 | xmlEnc = getReItem(/<\?\s*?xml.*?encoding\s*?=\s*?"(.*?)".*?\?>/gi, h, 1); |
| 126 | docType = getReItem(/<\!DOCTYPE.*?>/gi, h, 0); | 126 | docType = getReItem(/<\!DOCTYPE.*?>/gi, h.replace(/\n/g, ''), 0).replace(/ +/g, ' '); |
| 127 | f.langcode.value = getReItem(/lang="(.*?)"/gi, h, 1); | 127 | f.langcode.value = getReItem(/lang="(.*?)"/gi, h, 1); |
| 128 | 128 | ||
| 129 | // Parse title | 129 | // Parse title |
