Changeset 355 for trunk/plugins
- Timestamp:
- 09/28/05 14:37:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/GetHtml/get-html.js
r345 r355 71 71 replace(c[10], ' ');//trim extra whitespace 72 72 if(HTMLArea.is_ie && c[13].test(sHtml)) {// 73 sHtml = sHtml.replace(c[13],'$1'+ function(str,p1,p2,p3){return this.stripBaseURL(p3)}+'"');73 sHtml = sHtml.replace(c[13],'$1'+this.stripBaseURL(RegExp.$3)+'"'); 74 74 }; 75 75 if(this.config.only7BitPrintablesInURLs && c[13].test(sHtml)) {
Note: See TracChangeset
for help on using the changeset viewer.