Changeset 1682

Show
Ignore:
Timestamp:
04/01/08 19:52:42 (8 months ago)
Author:
bchoate
Message:

Eliminate xml:namespace markup from post content, case insensitively. BugId:69015

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-33/lib/MT/App/CMS.pm

    r1643 r1682  
    24702470    # While we're fixing Word, remove processing instructions with 
    24712471    # colons, as they can break PHP. 
    2472     $s =~ s{ <\? xml:namespace [^>]*> }{}xmsg; 
     2472    $s =~ s{ <\? xml:namespace [^>]*> }{}ximsg; 
    24732473 
    24742474    $s;