X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=blobdiff_plain;f=includes%2Fspecials%2Fpagers%2FContribsPager.php;h=5bf56c7f379327259a882c8d23eb4cf481eee29f;hb=102bfd66c84dbb9b690c78ad0c3975b7dc8f1a0a;hp=9900340957d3bb8570a4a3475e3717f9d0a330a7;hpb=07850059ee02d75cb69a22a9073779d399aaa7d8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/pagers/ContribsPager.php b/includes/specials/pagers/ContribsPager.php index 9900340957..5bf56c7f37 100644 --- a/includes/specials/pagers/ContribsPager.php +++ b/includes/specials/pagers/ContribsPager.php @@ -562,9 +562,11 @@ class ContribsPager extends RangeChronologicalPager { $del .= ' '; } - $diffHistLinks = $this->msg( 'parentheses' ) - ->rawParams( $difftext . $this->messages['pipe-separator'] . $histlink ) - ->escaped(); + $diffHistLinks = Html::rawElement( 'ul', + [ 'class' => 'mw-changeslist-link-list' ], + Html::rawElement( 'li', [], $difftext ) . + Html::rawElement( 'li', [], $histlink ) + ); # Tags, if any. list( $tagSummary, $newClasses ) = ChangeTags::formatSummaryRow(