From: Daniel Friesen Date: Wed, 27 Aug 2008 06:06:39 +0000 (+0000) Subject: Minor error... sorry bout that, forgot to remove the > when I redid the fix locally. X-Git-Tag: 1.31.0-rc.0~45632 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=d229d00b559038ea186cba592dc8ddb9ddc474d3;p=lhc%2Fweb%2Fwiklou.git Minor error... sorry bout that, forgot to remove the > when I redid the fix locally. --- 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%';