X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/3a4f1ae1a32baa3658d54c3dadf268bab01308a2..dd363674c2ea2dc3998864fb3f6057947276828c:/issue/index.php diff --git a/issue/index.php b/issue/index.php index 3f665db..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; @@ -82,15 +82,15 @@ while ($row = $query->fetch()) { showdate(array_slice(preg_split('/\D/', $row->updated), 0, 3)) ); } - if ($row->imagecount) { - print ' 📷'; - } if ($row->replycount) { printf(' %s %d', '🗨', $row->replycount ); } + if ($row->imagecount) { + print ' 📷'; + } if (isset($row->assign)) { print ' '.$row->assign.''; }