# HG changeset patch # User Dan # Date 1271777904 14400 # Node ID ba80cfffb6733bc7d4326f51913af93217c9ec7c # Parent db42b7c50e57258e64d5a99715f9f813c04957c0 Fixed some cosmetic bugs in Special:AllPages diff -r db42b7c50e57 -r ba80cfffb673 plugins/SpecialPageFuncs.php --- a/plugins/SpecialPageFuncs.php Mon Apr 19 18:07:43 2010 -0400 +++ b/plugins/SpecialPageFuncs.php Tue Apr 20 11:38:24 2010 -0400 @@ -323,7 +323,7 @@ '
', // print at start - ' ' . $last_cell . ' + ' ' . $last_cell . '
' // print at end ); @@ -356,12 +356,12 @@ } echo ''; echo ''; - echo htmlspecialchars($cdata['name']); + echo htmlspecialchars($lang->get($cdata['name'])); echo ''; echo ''; } // close up the table if necessary - if ( $i % 2 > 0 ) + if ( $i % 2 == 0 ) { echo ""; }