From: Brion Vibber Date: Sat, 21 Aug 2004 08:50:49 +0000 (+0000) Subject: Stray space X-Git-Tag: 1.5.0alpha1~2281 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=370ef819169faf024f9fefcaa751436876efbf9d;p=lhc%2Fweb%2Fwiklou.git Stray space --- diff --git a/includes/Article.php b/includes/Article.php index 0e0d866ed0..7a2f02f8f9 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -248,7 +248,7 @@ class Article { } # This function returns the text of a section, specified by a number ($section). - # A section is text under a heading like == Heading == or

Heading

, or + # A section is text under a heading like == Heading == or

Heading

, or # the first section before any such heading (section 0). # # If a section contains subsections, these are also returned.