r99822 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99821‎ | r99822 | r99823 >
Date:22:14, 14 October 2011
Author:preilly
Status:ok (Comments)
Tags:
Comment:
add back title for html
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -1089,6 +1089,9 @@
10901090 if ( self::$isMainPage ) {
10911091 $contentHtml = $this->DOMParseMainPage( $contentHtml );
10921092 }
 1093+
 1094+ $title = htmlspecialchars( self::$title->getText() );
 1095+ $htmlTitle = htmlspecialchars( self::$htmlTitle );
10931096
10941097 if ( strlen( $contentHtml ) > 4000 && $this->contentFormat == 'XHTML'
10951098 && self::$device['supports_javascript'] === true

Follow-up revisions

RevisionCommit summaryAuthorDate
r99823mft r99822 r99819preilly22:16, 14 October 2011
r99824mft r99822 r99819preilly22:17, 14 October 2011

Comments

#Comment by G.Hagedorn (talk | contribs)   08:11, 16 October 2011

tag for 1.18?

Status & tagging log