summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index e742e94..7b6495b 100644
--- a/html.c
+++ b/html.c
@@ -1839,7 +1839,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
1839 xs_html_raw(" 📌 "))); 1839 xs_html_raw(" 📌 ")));
1840 } 1840 }
1841 1841
1842 if (user && is_bookmarked(user, id)) { 1842 if (user && !read_only && is_bookmarked(user, id)) {
1843 /* add a bookmark emoji */ 1843 /* add a bookmark emoji */
1844 xs_html_add(score, 1844 xs_html_add(score,
1845 xs_html_tag("span", 1845 xs_html_tag("span",