Index: trunk/extensions/Translate/TranslatePage.php |
— | — | @@ -306,7 +306,7 @@ |
307 | 307 | $navigation = wfMsgExt( self::MSG . 'paging-links', |
308 | 308 | array( 'escape', 'replaceafter' ), $previous, $nextious ); |
309 | 309 | |
310 | | - $navigation = Xml::tags( 'p', null, $showing . ' ' . $navigation ); |
| 310 | + $navigation = $showing . ' ' . $navigation; |
311 | 311 | } |
312 | 312 | |
313 | 313 | return |