From: Danny B Date: Thu, 25 Dec 2008 12:11:49 +0000 (+0000) Subject: * reverting r44896 - it causes massive invalidity of pages. See http://www.w3.org... X-Git-Tag: 1.31.0-rc.0~43785 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=53335211285e24d44a806af11b0aa19248ba3659;p=lhc%2Fweb%2Fwiklou.git * reverting r44896 - it causes massive invalidity of pages. See w3.org/TR/html401/types.html#type-name and http://www.w3.org/TR/xhtml1/#C_8 for definitions of "id" and "name" content. --- diff --git a/includes/Linker.php b/includes/Linker.php index 870112efa9..7c52476ad3 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1519,7 +1519,7 @@ class Linker { * @return string HTML headline */ public function makeHeadline( $level, $attribs, $anchor, $text, $link ) { - return "$text"; + return "$text"; } /**