Index: trunk/extensions/MobileFrontend/MobileFrontend.body.php |
— | — | @@ -1215,7 +1215,7 @@ |
1216 | 1216 | global $wgScript; |
1217 | 1217 | wfProfileIn( __METHOD__ ); |
1218 | 1218 | |
1219 | | - $manipulator = new DomManipulator( $html, self::$format ); |
| 1219 | + $manipulator = new DomManipulator( $html, $this->contentFormat ); |
1220 | 1220 | $doc = $manipulator->getDoc(); |
1221 | 1221 | |
1222 | 1222 | $zeroRatedBannerElement = $doc->getElementById( 'zero-rated-banner' ); |
— | — | @@ -1291,7 +1291,6 @@ |
1292 | 1292 | $contentHtml = $doc->saveXML( $content, LIBXML_NOEMPTYTAG ); |
1293 | 1293 | } |
1294 | 1294 | |
1295 | | - $title = htmlspecialchars( self::$title->getText() ); |
1296 | 1295 | $htmlTitle = htmlspecialchars( self::$htmlTitle ); |
1297 | 1296 | |
1298 | 1297 | if ( strlen( $contentHtml ) > 4000 && $this->contentFormat == 'XHTML' |