From bee2677e895eda5de109c103494791f73b56c256 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 4 Jun 2022 21:16:44 +0200 Subject: KB66 Assign comment owner if logged in. Change-Id: I63cb2c2350f5183b7fbca335df8a06425193e015 --- src/main/resources/templates/tags/commentBox.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/templates/tags/commentBox.html b/src/main/resources/templates/tags/commentBox.html index abe73f5..41907ab 100644 --- a/src/main/resources/templates/tags/commentBox.html +++ b/src/main/resources/templates/tags/commentBox.html @@ -24,9 +24,9 @@ {#for comment in comments}
- {#if comment.owner != null}{comment.owner.firstName}{/if} -
+ {#if comment.owner != null}{comment.owner.firstName}{/if} + # -- cgit v1.2.3