X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/3a4f1ae1a32baa3658d54c3dadf268bab01308a2..dcf14e6ed4093fd464367806e2211bb4bec3c8ba:/issue/index.php diff --git a/issue/index.php b/issue/index.php index 3f665db..6aebf8e 100644 --- a/issue/index.php +++ b/issue/index.php @@ -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.''; }