Changeset 13472
- Timestamp:
- 04/30/08 06:01:14 (7 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/layout/ContentPane.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/layout/ContentPane.js
r13245 r13472 356 356 // some of these should be available in the dojox.layout.ContentPane 357 357 if(this.extractContent){ 358 match = cont.match(/<body[^>]*>\s*([\s\S]+)\s*<\/body>/im);358 var match = cont.match(/<body[^>]*>\s*([\s\S]+)\s*<\/body>/im); 359 359 if(match){ cont = match[1]; } 360 360 }