small bug in " -\> ' conversion
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 9 Jun 2004 15:15:39 +0000 (15:15 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 9 Jun 2004 15:15:39 +0000 (15:15 +0000)
includes/Skin.php

index 3e6711d..fa569d9 100644 (file)
@@ -2607,7 +2607,7 @@ class Skin {
                        return $head;
                }
                $url = $wgTitle->escapeLocalURL( 'action=edit&section='.$section );
-               return '<span oncontextmenu="document.location="'.$url.'";return false;">'.$head.'</span>';
+               return '<span oncontextmenu=\'document.location="'.$url.'";return false;\'>'.$head.'</span>';
        }
 
        function editSectionLink( $section ) {