r81709 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81708‎ | r81709 | r81710 >
Date:10:31, 8 February 2011
Author:platonides
Status:ok
Tags:
Comment:
Attributes are lowercase in XHTML
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedArticleView.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/FlaggedRevsXML.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevsXML.php
@@ -290,7 +290,7 @@
291291 $encPath = htmlspecialchars( FlaggedRevs::styleUrlPath() . '/img' );
292292 $img = '<img id="mw-fr-revisiontoggle" class="fr-toggle-arrow"';
293293 $img .= " src=\"{$encPath}/arrow-down.png\" style=\"display:none;\"";
294 - $img .= ' onMouseOver="FlaggedRevs.onBoxMouseOver()"';
 294+ $img .= ' onmouseover="FlaggedRevs.onBoxMouseOver()"';
295295 $img .= ' alt="' . wfMsgHtml( 'revreview-toggle-title' ) . '" />';
296296 return $img;
297297 }
Index: trunk/extensions/FlaggedRevs/FlaggedArticleView.php
@@ -308,7 +308,7 @@
309309 if ( $this->useSimpleUI() ) {
310310 $tagClass = 'flaggedrevs_short';
311311 # Collapse the box details on mouseOut
312 - $encJS .= ' onMouseOut="FlaggedRevs.onBoxMouseOut(event)"';
 312+ $encJS .= ' onmouseout="FlaggedRevs.onBoxMouseOut(event)"';
313313 } elseif ( $simpleTag ) {
314314 $tagClass = 'flaggedrevs_notice';
315315 } elseif ( $pristine ) {

Status & tagging log