From eeda92365bd3278935614b060e38f51c547c4e84 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 31 Jul 2008 01:01:26 +0000 Subject: [PATCH] Syntax fix. --- includes/specials/SpecialImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialImport.php b/includes/specials/SpecialImport.php index 83d4d40c5d..e384a11b35 100644 --- a/includes/specials/SpecialImport.php +++ b/includes/specials/SpecialImport.php @@ -159,7 +159,7 @@ function wfSpecialImport( $page = '' ) { " . - Xml::submitButton( wfMsg( 'import-interwiki-submit' ), array( 'accesskey' = 's' ) ) . + Xml::submitButton( wfMsg( 'import-interwiki-submit' ), array( 'accesskey' => 's' ) ) . " " . Xml::closeElement( 'table' ). -- 2.20.1