issue: unicode characters of indicator icons
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 30 Dec 2019 08:24:38 +0000 (09:24 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 1 Jan 2020 08:15:00 +0000 (09:15 +0100)
Replace ASCII placeholders by semantic equivalents, which can be styled by
custom fonts to maintain full client compatibility.

issue/index.php

index 6b34216a785fee7c085ca780f12fb8eee71346b8..f5dead294da477a0b1f6d0935d47ee28b6bbe41f 100644 (file)
@@ -80,11 +80,11 @@ while ($row = $query->fetch()) {
                );
        }
        if ($row->imagecount) {
-               print ' <span class="right icon images" title="afbeeldingen">*</span>';
+               print ' <span class="right icon images" title="afbeeldingen">&#x1F5BC;</span>';
        }
        if ($row->replycount) {
                printf(' <span class=right>%s %d</span>',
-                       '<span class="icon replies" title="reacties">+</span>',
+                       '<span class="icon replies" title="reacties">&#x1F5E9;</span>',
                        $row->replycount
                );
        }