From 90e5dfa2dc122190662203413b72dcbe48a618b0 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 13 Mar 2008 09:54:07 +0000 Subject: [PATCH] * Add a CSS id to the table --- includes/SpecialMovepage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialMovepage.php b/includes/SpecialMovepage.php index 196a238381..778255494d 100644 --- a/includes/SpecialMovepage.php +++ b/includes/SpecialMovepage.php @@ -152,7 +152,7 @@ class MovePageForm { Xml::openElement( 'form', array( 'method' => 'post', 'action' => $titleObj->getLocalURL( 'action=submit' ), 'id' => 'movepage' ) ) . Xml::openElement( 'fieldset' ) . Xml::element( 'legend', null, wfMsg( 'move-page-legend' ) ) . - Xml::openElement( 'table', array( 'border' => '0' ) ) . + Xml::openElement( 'table', array( 'border' => '0', 'id' => 'mw-movepage-table' ) ) . " " . wfMsgHtml( 'movearticle' ) . -- 2.20.1