Mdale has submitted this change and it was merged.

Change subject: Adding heading id for TranscodeStatusTable
......................................................................


Adding heading id for TranscodeStatusTable

Therefore the functionality complies with <h2 id="globalusage">,
id="filehistory" etc.

Change-Id: I59341233f04e236b9156d5cf6d77b168b4649760
---
M TranscodeStatusTable.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Mdale: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/TranscodeStatusTable.php b/TranscodeStatusTable.php
index c6862eb..83ca01c 100644
--- a/TranscodeStatusTable.php
+++ b/TranscodeStatusTable.php
@@ -17,7 +17,7 @@
                // Add transcode table css and javascript:
                $wgOut->addModules( array( 'ext.tmh.transcodetable' ) );
 
-               $o = '<h2>' . wfMessage( 'timedmedia-status-header' 
)->escaped() . '</h2>';
+               $o = '<h2 id="transcodestatus">' . wfMessage( 
'timedmedia-status-header' )->escaped() . '</h2>';
                // Give the user a purge page link
                $o.= Linker::link(
                        $file->getTitle(),

-- 
To view, visit https://gerrit.wikimedia.org/r/88636
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I59341233f04e236b9156d5cf6d77b168b4649760
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TimedMediaHandler
Gerrit-Branch: master
Gerrit-Owner: Marco <mai...@live.de>
Gerrit-Reviewer: Mdale <md...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to