X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/f2df190a6c4a0128eb351bc398cffd0edf8d6096..072ed096973a4acca34602462ffd711752d985c3:/article.inc.php diff --git a/article.inc.php b/article.inc.php index dbc545f..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]; }