https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114947

Revision: 114947
Author:   awjrichards
Date:     2012-04-17 21:26:46 +0000 (Tue, 17 Apr 2012)
Log Message:
-----------
MFG Change-Id: If5d0cd73d9be288e4475a95c58fa747ab3eb37fb

Modified Paths:
--------------
    
branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php

Modified: 
branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php
===================================================================
--- 
branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php
   2012-04-17 21:06:32 UTC (rev 114946)
+++ 
branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php
   2012-04-17 21:26:46 UTC (rev 114947)
@@ -60,7 +60,7 @@
                        $jsconfig['messages']['empty-homepage'] = wfMsg( 
'mobile-frontend-empty-homepage' );
                        $firstHeading = '';
                } else {
-                       $firstHeading = Html::element( 'h1', array( 'id' => 
'firstHeading' ),
+                       $firstHeading = Html::rawElement( 'h1', array( 'id' => 
'firstHeading' ),
                                $this->data['pageTitle']
                        );
                }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to