From e6912204bcdb3598135d7d2c7158fd31e8fe6f43 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 17 May 2020 05:06:19 +0200 Subject: [PATCH] issue: metadata list in aside container Better semantics, benefits from common aside styling. --- issue/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/issue/index.php b/issue/index.php index 6aebf8e..cc17f03 100644 --- a/issue/index.php +++ b/issue/index.php @@ -18,7 +18,7 @@ if ($id and ctype_digit($id)) { $Article->body = $replies; # find image print "

{$Article->title}

\n"; - print "
\n"; + print '
\n\n"; print '
'; print $Issue->body; -- 2.30.0