Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -187,9 +187,8 @@ |
188 | 188 | __METHOD__ ); |
189 | 189 | $rejects .= " [$count]"; |
190 | 190 | |
191 | | - $wgOut->addHTML( "<li><i>".wfMsgHtml("confirmaccount-type-$i")."</i> ($open" . |
192 | | - $wgLang->pipeList( array( $held, $rejects, $stale ) ) . |
193 | | - ")</li>" ); |
| 191 | + $wgOut->addHTML( "<li><i>".wfMsgHtml("confirmaccount-type-$i")."</i> (" . |
| 192 | + $wgLang->pipeList( array( $open, $held, $rejects, $stale ) ) . ")</li>" ); |
194 | 193 | } |
195 | 194 | $wgOut->addHTML( '</ul>' ); |
196 | 195 | } |