X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/f2df190a6c4a0128eb351bc398cffd0edf8d6096..3b7350299c92ff6de3b7980791657de1f5269e48:/article.inc.php?ds=sidebyside 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]; }