X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/e6912204bcdb3598135d7d2c7158fd31e8fe6f43..db34f863d9a47e768ac0ea9a00d1646dda069c09:/article.inc.php diff --git a/article.inc.php b/article.inc.php index 2f5b873..98cd475 100644 --- a/article.inc.php +++ b/article.inc.php @@ -132,7 +132,7 @@ class ArchiveArticle $offset = strpos($this->raw, ''); $offset = $offset ? $offset + 5 : 0; if (preg_match('{ - \G (?> \s+ | |
]*> | \[\[[^]]*\]\] )*

\s* (.*?)

+ \G (?> \s+ | |
]*> | \[\[[^]]*\]\] )*

\s* (.*?)

}sx', $this->raw, $bodyp, 0, $offset)) { return $bodyp[1]; }