nieuws: ignore missing page description in new articles
[minimedit.git] / nieuws.inc.php
index 0e3c877890020c13ab8c7a300c100a05d1fa6471..1a68993f42bcd2387ad5e14257d5059c149d41f6 100644 (file)
@@ -78,7 +78,9 @@ class ArchiveArticle
        {
                $this->title;
                $rest = fread($this->file, filesize($this->page));
-               if ( preg_match('{\n<p>(<img [^>]*>)</p>|\n<hr />}', $rest, $img, PREG_OFFSET_CAPTURE) ) {
+               if ( preg_match('{
+                       \n (?: < (?: p | figure [^>]* ) >\s* )+ (<img\ [^>]*>) | \n <hr\ />
+               }x', $rest, $img, PREG_OFFSET_CAPTURE) ) {
                        if (isset($img[1])) {
                                $this->img = $img[1][0];
                        }