From 7514be0c106f2b24b682274a47a9c7571cc32369 Mon Sep 17 00:00:00 2001 From: krek0 Date: Wed, 22 Apr 2026 16:32:08 +0200 Subject: [PATCH] fix tag style in galleries --- photologue/templates/photologue/gallery_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 photologue/templates/photologue/gallery_detail.html diff --git a/photologue/templates/photologue/gallery_detail.html b/photologue/templates/photologue/gallery_detail.html old mode 100644 new mode 100755 index a8b9d18..1744a05 --- a/photologue/templates/photologue/gallery_detail.html +++ b/photologue/templates/photologue/gallery_detail.html @@ -60,7 +60,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% if gallery.tags.all %}

Tags : {% for tag in gallery.tags.all %} - {{ tag }} + {{ tag }} {% endfor %}

{% endif %}