X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/6fb9cdf658e15a2f774e0ad61b41fa7d8a9fa88d..072ed096973a4acca34602462ffd711752d985c3:/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]; }