diff options
-rw-r--r-- | src/application/templates/bootstrap-3/components/topic_log.twig | 2 |
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&user=' |