From 826ed64cf4fbd79329f574457216b99643b5e279 Mon Sep 17 00:00:00 2001 From: vas3k Date: Sun, 2 Feb 2020 12:11:56 +0100 Subject: [PATCH] Revert "Disable native tooltip in Safari on macOS for article titles (#14)" This reverts commit a3231809e87aa4173572b264c0c7f99f04c425dc. --- templates/board.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/board.html b/templates/board.html index c1e2c05..580507a 100644 --- a/templates/board.html +++ b/templates/board.html @@ -68,7 +68,7 @@
{% for article in articles %}
-
{{ article.icon|safe }}
{{ article.title|striptags }}
+
{{ article.icon|safe }}{{ article.title|striptags }}
{% if article.image %} {{ article.title|striptags }}