Index: trunk/extensions/ContributionReporting/FundraiserStatistics_body.php |
— | — | @@ -143,10 +143,10 @@ |
144 | 144 | 'td', |
145 | 145 | array( 'colspan' => 6 ), |
146 | 146 | Xml::element( 'h3', array( 'style' => 'float:right;color:gray;' ), $day[0] ) . |
147 | | - Xml::element( |
| 147 | + Xml::tags( |
148 | 148 | 'h3', |
149 | 149 | array( 'style' => 'float:left;color:black;' ), |
150 | | - wfMsg( 'fundraiserstats-day', $i + 1, $fundraiser['title'] ) |
| 150 | + wfMsgExt( 'fundraiserstats-day', array( 'parseinline' ), $i + 1, $fundraiser['title'] ) |
151 | 151 | ) . |
152 | 152 | Xml::element( 'div', array( 'style' => 'clear:both;' ), '', false ) |
153 | 153 | ) |