Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -1089,6 +1089,9 @@ |
1090 | 1090 | if ( self::$isMainPage ) { |
1091 | 1091 | $contentHtml = $this->DOMParseMainPage( $contentHtml ); |
1092 | 1092 | } |
| 1093 | + |
| 1094 | + $title = htmlspecialchars( self::$title->getText() ); |
| 1095 | + $htmlTitle = htmlspecialchars( self::$htmlTitle ); |
1093 | 1096 | |
1094 | 1097 | if ( strlen( $contentHtml ) > 4000 && $this->contentFormat == 'XHTML' |
1095 | 1098 | && self::$device['supports_javascript'] === true |