From 8825971687ec62e5e2502e51dff887059379ab77 Mon Sep 17 00:00:00 2001 From: TiMESPLiNTER Date: Sun, 21 Jul 2019 12:43:05 +0200 Subject: [PATCH] Fix tag rendering which was displayed as escaped HTML instead of rendered HTML --- view/theme/frio/templates/photo_view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/photo_view.tpl b/view/theme/frio/templates/photo_view.tpl index 82bddcfc6..91e9dafe4 100644 --- a/view/theme/frio/templates/photo_view.tpl +++ b/view/theme/frio/templates/photo_view.tpl @@ -70,7 +70,7 @@
{{$tags.title}} {{foreach $tags.tags as $t}} - {{$t.name}} + {{$t.name nofilter}} {{if $t.removeurl}} (X) {{/if}} {{/foreach}}