r113489 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113488‎ | r113489 | r113490 >
Date:17:39, 9 March 2012
Author:awjrichards
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php
@@ -40,8 +40,8 @@
4141 $startLinkTag = "<link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/";
4242 $endLinkTag = "' media='all' rel='Stylesheet' type='text/css' />";
4343 $filePageStyle = ( $this->data['isFilePage'] ) ? $startLinkTag . 'filepage.css' . $endLinkTag : '';
44 - $buttonHideText = htmlentities( $this->data['hideText'], ENT_QUOTES );
45 - $buttonShowText = htmlentities( $this->data['showText'], ENT_QUOTES );
 44+ $buttonHideText = Xml::escapeJsString( $this->data['hideText'] );
 45+ $buttonShowText = Xml::escapeJsString( $this->data['showText'] );
4646
4747
4848 $applicationHtml = <<<HTML
Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php
___________________________________________________________________
Modified: svn:mergeinfo
4949 Merged /trunk/extensions/MobileFrontend/templates/ApplicationTemplate.php:r113488

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113488Bug 35086 - Expand brokens show bad labels on non-western alphabetsmaxsem17:30, 9 March 2012

Status & tagging log