From: Mischa POSLAWSKY Date: Mon, 30 Dec 2019 08:24:38 +0000 (+0100) Subject: issue: unicode characters of indicator icons X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/1bbddc858b16f392d9ca3475e9f162f914c56c9d issue: unicode characters of indicator icons Replace ASCII placeholders by semantic equivalents, which can be styled by custom fonts to maintain full client compatibility. --- diff --git a/issue/index.php b/issue/index.php index 6b34216..f5dead2 100644 --- a/issue/index.php +++ b/issue/index.php @@ -80,11 +80,11 @@ while ($row = $query->fetch()) { ); } if ($row->imagecount) { - print ' *'; + print ' 🖼'; } if ($row->replycount) { printf(' %s %d', - '+', + '🗩', $row->replycount ); }