Index: trunk/phase3/includes/specials/SpecialAllpages.php |
— | — | @@ -217,9 +217,9 @@ |
218 | 218 | $out2 .= '<tr valign="top"><td>' . $nsForm; |
219 | 219 | $out2 .= '</td><td align="' . $align . '" style="font-size: smaller; margin-bottom: 1em;">' . |
220 | 220 | $wgUser->getSkin()->makeKnownLinkObj( $this->getTitle(), wfMsgHtml ( 'allpages' ) ); |
221 | | - $out2 .= "</td></tr></table><hr />"; |
| 221 | + $out2 .= "</td></tr></table>"; |
222 | 222 | } else { |
223 | | - $out2 = $nsForm . '<hr />'; |
| 223 | + $out2 = $nsForm; |
224 | 224 | } |
225 | 225 | } |
226 | 226 | $wgOut->addHTML( $out2 . $out ); |
— | — | @@ -394,7 +394,7 @@ |
395 | 395 | wfMsgHtml( 'nextpage', htmlspecialchars( $t->getText() ) ), $q ); |
396 | 396 | $out2 .= ' | ' . $nextLink; |
397 | 397 | } |
398 | | - $out2 .= "</td></tr></table><hr />"; |
| 398 | + $out2 .= "</td></tr></table>"; |
399 | 399 | } |
400 | 400 | |
401 | 401 | $wgOut->addHTML( $out2 . $out ); |
Index: trunk/phase3/includes/specials/SpecialPrefixindex.php |
— | — | @@ -181,7 +181,7 @@ |
182 | 182 | "from=" . wfUrlEncode( $s->page_title ) . |
183 | 183 | "&prefix=" . wfUrlEncode( $prefix ) . $namespaceparam ); |
184 | 184 | } |
185 | | - $out2 .= "</td></tr></table><hr />"; |
| 185 | + $out2 .= "</td></tr></table>"; |
186 | 186 | } |
187 | 187 | |
188 | 188 | $wgOut->addHTML( $out2 . $out ); |