r92513 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92512‎ | r92513 | r92514 >
Date:00:52, 19 July 2011
Author:werdna
Status:deferred (Comments)
Tags:
Comment:
Fix bug
Modified paths:
  • /trunk/extensions/MoodBar/SpecialMoodBar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/SpecialMoodBar.php
@@ -179,6 +179,8 @@
180180 $out .= Xml::tags( 'td', null, $outData );
181181 }
182182
 183+ $out = Xml::tags( 'tr', null, $out );
 184+
183185 return $out;
184186 }
185187 }

Comments

#Comment by Reedy (talk | contribs)   00:56, 19 July 2011

Please use more informative commit summaries.


/me hides

Status & tagging log