From dc93b0f8e382f9f449051a1b0412ed5fafebf77b Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 16 Sep 2021 09:15:34 +0200 Subject: [PATCH] issue: include reply image in api metadata --- issue/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue/index.php b/issue/index.php index 704a405..0c18142 100644 --- a/issue/index.php +++ b/issue/index.php @@ -15,8 +15,8 @@ if ($id and ctype_digit($id)) { $Page->title .= ': '.htmlspecialchars($Issue->subject); $Page->teaser = $Issue->body; - if ($Page->api) return; $Page->body = $replies; # find image + if ($Page->api) return; print "

{$Page->title}

\n"; print '