diff --git a/app/views/mod/communication.scala b/app/views/mod/communication.scala index 69e5bb97f9..8a065b4292 100644 --- a/app/views/mod/communication.scala +++ b/app/views/mod/communication.scala @@ -117,6 +117,7 @@ object communication { thread.posts.map { post => div(cls := List("post" -> true, "author" -> thread.isWrittenBy(post, u)))( userIdLink(thread.senderOf(post).some), + nbsp, richText(post.text) ) }