X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FLinker.php;h=4003efb30b1be9d3085f737551c5ed6cc269ad94;hb=60cdc2eb89e3914fbec698bb65064bfed639b3da;hp=5e4675abbdfb5332d38fa7b03c720599559e5fa7;hpb=ef2f507d23eb227194d5690518a2c3255dfcdca3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Linker.php b/includes/Linker.php index 5e4675abbd..4003efb30b 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1740,8 +1740,8 @@ class Linker { */ public static function makeHeadline( $level, $attribs, $anchor, $html, $link, $legacyAnchor = false ) { $ret = "$html " . $link - . " $html" . ""; if ( $legacyAnchor !== false ) { $ret = "
$ret";