From 370ef819169faf024f9fefcaa751436876efbf9d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 21 Aug 2004 08:50:49 +0000 Subject: [PATCH] Stray space --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1