r55698 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55697‎ | r55698 | r55699 >
Date:18:32, 31 August 2009
Author:dale
Status:deferred
Tags:
Comment:
added class-name to non-js video output
Modified paths:
  • /trunk/extensions/OggHandler/OggHandler_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OggHandler/OggHandler_body.php
@@ -629,7 +629,8 @@
630630 Xml::tags('div', array(
631631 'style'=>"overflow:hidden;".
632632 "width:{$width}px;height:{$playerHeight}px;".
633 - "border:solid thin black;padding:5px;"
 633+ "border:solid thin black;padding:5px;",
 634+ 'class'=>'videonojs'
634635 ),
635636 wfMsg('ogg-no-player-js', $url)
636637 )

Status & tagging log