aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-08-28 20:46:15 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-08-28 20:46:15 -0700
commit9ba9858bea1779e39b9ce264b1d70d08e456a8b9 (patch)
tree55a2ed0d6a5d940c13eea92d64a6d593f579bf1e /template/html
parent5341bbcbe27fd8a9e73f4eeb18319daf5421dcb4 (diff)
Use regular text version of ✔︎ instead of emoji version on iOS
Diffstat (limited to 'template/html')
-rw-r--r--template/html/common/item_meta.html4
-rw-r--r--template/html/entry.html4
2 files changed, 4 insertions, 4 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>
diff --git a/template/html/entry.html b/template/html/entry.html
index a368e24..25388b8 100644
--- a/template/html/entry.html
+++ b/template/html/entry.html
@@ -12,10 +12,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>
<li>
<a href="#"