Ticket #9137: 9137.patch
File 9137.patch, 572 bytes (added by , 13 years ago) |
---|
-
plugin.js
1066 1066 1067 1067 // The base must be the first tag in the HEAD, e.g. to get relative 1068 1068 // links on styles. 1069 baseTag && ( data = data.replace( /<head>/, '$&' + baseTag ) ); 1069 1070 baseTag && ( data = data.replace( /<head[^/>]*?>/, '$&' + baseTag ) ); 1070 1071 1071 1072 // Inject the extra stuff into <head>. 1072 1073 // Attention: do not change it before testing it well. (V2)