From 6135b741d3e9dc4877273703bcd6f459eb364c4a Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 23 Mar 2004 11:37:15 +0000 Subject: [PATCH] fixed section anchors --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index a1fb01f988..186a3b2167 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1494,7 +1494,7 @@ class Parser . "$headline"; + $headline = "$headline"; } # give headline the correct tag -- 2.20.1