From: Aryeh Gregor Date: Mon, 8 Feb 2010 20:05:06 +0000 (+0000) Subject: Whitespace X-Git-Tag: 1.31.0-rc.0~37874 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=7021df418c0f9f27d93938f5932947e588bcc50f;p=lhc%2Fweb%2Fwiklou.git Whitespace --- diff --git a/includes/Linker.php b/includes/Linker.php index abcf8c32d1..1d9f9fdbfa 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -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.