issue: unicode characters of indicator icons
[minimedit.git] / 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
                );
        }