From: Jon Harald Søby Date: Sat, 2 Aug 2008 01:06:35 +0000 (+0000) Subject: Gah, committed Linker.php by mistake. Reverting. X-Git-Tag: 1.31.0-rc.0~46201 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=3c2a85cc65541c9c9353091e00ccd4362a52ab71;p=lhc%2Fweb%2Fwiklou.git Gah, committed Linker.php by mistake. Reverting. --- diff --git a/includes/Linker.php b/includes/Linker.php index 01938c024d..f9eb94b533 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1496,7 +1496,7 @@ class Linker { * Create a headline for content * * @param int $level The level of the headline (1-6) - * @param string $attribs Any attrimbutes for the headline, starting with a space and ending with '>' + * @param string $attribs Any attributes for the headline, starting with a space and ending with '>' * This *must* be at least '>' for no attribs * @param string $anchor The anchor to give the headline (the bit after the #) * @param string $text The text of the header @@ -1505,7 +1505,7 @@ class Linker { * @return string HTML headline */ public function makeHeadline( $level, $attribs, $anchor, $text, $link ) { - return "$text"; + return "$text"; } /**