Whitespace
authorAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 8 Feb 2010 20:05:06 +0000 (20:05 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 8 Feb 2010 20:05:06 +0000 (20:05 +0000)
includes/Linker.php

index abcf8c3..1d9f9fd 100644 (file)
@@ -1007,11 +1007,11 @@ class Linker {
                $title = $this->autocommentTitle;
                $local = $this->autocommentLocal;
 
-               $pre=$match[1];
-               $auto=$match[2];
-               $post=$match[3];
-               $link='';
-               if( $title ) {
+               $pre = $match[1];
+               $auto = $match[2];
+               $post = $match[3];
+               $link = '';
+               if ( $title ) {
                        $section = $auto;
 
                        # Generate a valid anchor name from the section title.