summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/application/templates/bootstrap-3/components/topic_log.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/templates/bootstrap-3/components/topic_log.twig b/src/application/templates/bootstrap-3/components/topic_log.twig
index 9364cd1..9614c4e 100644
--- a/src/application/templates/bootstrap-3/components/topic_log.twig
+++ b/src/application/templates/bootstrap-3/components/topic_log.twig
@@ -1,6 +1,6 @@
{%- set user = "" -%}
{%- if postAuthor is null -%}
- {%- set user = __("deleted")|e("html") -%}
+ {%- set user = __("(deleted)")|e("html") -%}
{%- else -%}
{%- set user =
'<a href="?_action=viewuser&amp;user='