From d229d00b559038ea186cba592dc8ddb9ddc474d3 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Wed, 27 Aug 2008 06:06:39 +0000 Subject: [PATCH] Minor error... sorry bout that, forgot to remove the > when I redid the fix locally. --- includes/EditPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 7946efba17..c5910c3d58 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1502,8 +1502,8 @@ END $wikitext .= "\n"; } - $attribs['accesskey'] => ','; - $attribs['id'] => $name; + $attribs['accesskey'] = ','; + $attribs['id'] = $name; if( $wgUser->getOption( 'editwidth' ) ) $attribs['style'] = 'width: 100%'; -- 2.20.1