From: Mischa POSLAWSKY Date: Mon, 30 Dec 2019 08:54:02 +0000 (+0100) Subject: issue: common icon glyphs for improved fallback X-Git-Tag: v4.3~8 X-Git-Url: http://git.shiar.nl/minimedit.git/commitdiff_plain/1796f2e9e3a0a72f89066c35b46751b72eaadf73 issue: common icon glyphs for improved fallback Irrelevant after styling, but improves compatibility if unstyled: - RIGHT SPEECH BUBBLE is a common emoji available on at least android; - CAMERA is more specific for the expected usage, and similar to other popular sites such as Twitter. --- diff --git a/issue/index.php b/issue/index.php index f5dead2..332179e 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 ); }