From 53335211285e24d44a806af11b0aa19248ba3659 Mon Sep 17 00:00:00 2001 From: Danny B Date: Thu, 25 Dec 2008 12:11:49 +0000 Subject: [PATCH] * reverting r44896 - it causes massive invalidity of pages. See http://www.w3.org/TR/html401/types.html#type-name and http://www.w3.org/TR/xhtml1/#C_8 for definitions of "id" and "name" content. --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } /** -- 2.20.1