X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/dcf14e6ed4093fd464367806e2211bb4bec3c8ba..c651a52a158ad0ab99ca837dc1f661e4d8be5ae7:/article.inc.php diff --git a/article.inc.php b/article.inc.php index 503c5a1..53102ba 100644 --- a/article.inc.php +++ b/article.inc.php @@ -132,7 +132,7 @@ class ArchiveArticle (?: \s+ | | ]*> )*

\s* (.*?)

}sx', $this->raw, $bodyp, PREG_OFFSET_CAPTURE)) { # fallback paragraph contents following the page header - if ($bodyp[1][1] < 256) { + if ($bodyp[1][1] < 512) { return $bodyp[1][0]; } }