Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -592,7 +592,7 @@ |
593 | 593 | } elseif ( in_array('parseinline', $options) ) { |
594 | 594 | $string = $wgOut->parse( $string, true, true ); |
595 | 595 | $m = array(); |
596 | | - if( preg_match( '/^<p>(.*)\n?<\/p>$/s', $string, $m ) ) { |
| 596 | + if( preg_match( '/^<p>(.*)\n?<\/p>$/sU', $string, $m ) ) { |
597 | 597 | $string = $m[1]; |
598 | 598 | } |
599 | 599 | } elseif ( in_array('parsemag', $options) ) { |