Changeset 1682
- Timestamp:
- 04/01/08 19:52:42 (8 months ago)
- Files:
-
- branches/release-33/lib/MT/App/CMS.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-33/lib/MT/App/CMS.pm
r1643 r1682 2470 2470 # While we're fixing Word, remove processing instructions with 2471 2471 # colons, as they can break PHP. 2472 $s =~ s{ <\? xml:namespace [^>]*> }{}x msg;2472 $s =~ s{ <\? xml:namespace [^>]*> }{}ximsg; 2473 2473 2474 2474 $s;
