From: Brion Vibber Date: Mon, 8 Jan 2007 09:45:59 +0000 (+0000) Subject: Restore previous heading formatting behavior to fix 12 parser tests broken by r18948... X-Git-Tag: 1.31.0-rc.0~54587 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=921af0644111d49a49307046ad4a31d2d851d282;p=lhc%2Fweb%2Fwiklou.git Restore previous heading formatting behavior to fix 12 parser tests broken by r18948, which claimed it wasn't supposed to impact output. :) --- diff --git a/includes/Linker.php b/includes/Linker.php index 5f6274a9ab..0eabab2f2a 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1070,7 +1070,7 @@ class Linker { * @return string HTML headline */ public function makeHeadline( $level, $attribs, $anchor, $text, $link ) { - return " $text"; + return "$text"; } /**