From 8207857f4a3ab8a3bdae8aa248637700c6072dd0 Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Sun, 17 Mar 2024 07:55:22 +0300
Subject: Do not resolve nicknames for recommendations
---
src/main/resources/templates/views/thread.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/main/resources')
diff --git a/src/main/resources/templates/views/thread.html b/src/main/resources/templates/views/thread.html
index 19d81d75..e3fdee40 100644
--- a/src/main/resources/templates/views/thread.html
+++ b/src/main/resources/templates/views/thread.html
@@ -110,7 +110,7 @@
{% if rec.uri.toString() is empty %}
@{{ rec.name }}{% if loop.index < (loop.length - 1) %}, {% endif %}
{% else %}
- @{{ rec.name }}{% if loop.index < (loop.length - 1) %}, {% endif %}
+ @{{ rec.name }}{% if loop.index < (loop.length - 1) %}, {% endif %}
{% endif %}
{% endfor %}
--
cgit v1.2.3