Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1007,11 +1007,11 @@ |
1008 | 1008 | $title = $this->autocommentTitle; |
1009 | 1009 | $local = $this->autocommentLocal; |
1010 | 1010 | |
1011 | | - $pre=$match[1]; |
1012 | | - $auto=$match[2]; |
1013 | | - $post=$match[3]; |
1014 | | - $link=''; |
1015 | | - if( $title ) { |
| 1011 | + $pre = $match[1]; |
| 1012 | + $auto = $match[2]; |
| 1013 | + $post = $match[3]; |
| 1014 | + $link = ''; |
| 1015 | + if ( $title ) { |
1016 | 1016 | $section = $auto; |
1017 | 1017 | |
1018 | 1018 | # Generate a valid anchor name from the section title. |