changes in topic list query and display of topic names

This commit is contained in:
2026-01-11 22:53:50 -07:00
parent a9c8a574e1
commit 488bbf9220
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
</td>
<td class="px-4 py-3 text-sm">
<a href="{{ urlStem }}/r/{{ t.Number }}"
class="text-blue-700 hover:text-blue-900 font-medium">{{ t.Name }}</a>
class="text-blue-700 hover:text-blue-900 font-medium">{{ t.Name | raw }}</a>
</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-right">
<a href="{{ urlStem }}/r/{{ t.Number }}"