aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/item_meta.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/common/item_meta.html')
-rw-r--r--template/html/common/item_meta.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/html/common/item_meta.html b/template/html/common/item_meta.html
index fd548f6..ec51397 100644
--- a/template/html/common/item_meta.html
+++ b/template/html/common/item_meta.html
@@ -40,10 +40,10 @@
<a href="#"
title="{{ t "Change entry status" }}"
data-toggle-status="true"
- data-label-read="✔ {{ t "Read" }}"
+ data-label-read="✔&#xfe0e; {{ t "Read" }}"
data-label-unread="✘ {{ t "Unread" }}"
data-value="{{ if eq .entry.Status "read" }}read{{ else }}unread{{ end }}"
- >{{ if eq .entry.Status "read" }}✘ {{ t "Unread" }}{{ else }}✔ {{ t "Read" }}{{ end }}</a>
+ >{{ if eq .entry.Status "read" }}✘ {{ t "Unread" }}{{ else }}✔&#xfe0e; {{ t "Read" }}{{ end }}</a>
</li>
</ul>
</div>