Minor error... sorry bout that, forgot to remove the > when I redid the fix locally.
authorDaniel Friesen <dantman@users.mediawiki.org>
Wed, 27 Aug 2008 06:06:39 +0000 (06:06 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Wed, 27 Aug 2008 06:06:39 +0000 (06:06 +0000)
includes/EditPage.php

index 7946efb..c5910c3 100644 (file)
@@ -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%';