[Notice] Announcing the End of Demo Server [Read me]

Merge branch 'feature/notification-br-tag-bug-fix' into next
Reviewed-by: Suwon Chae
@d0ba57639927eacf109e01094ca17d3eb1f96af9
--- app/views/index/partial_notifications.scala.html
+++ app/views/index/partial_notifications.scala.html
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 |
} |
68 | 68 |
</div> |
69 | 69 |
<div class="message-wrap nowrap" id="message-@noti.id"> |
70 |
- <div class="message">@Html(HtmlUtil.defaultSanitize(noti.getMessage))</div> |
|
70 |
+ <div class="message">@Html(HtmlUtil.defaultSanitize(noti.getMessage.replaceAll("(?<!>)\n", "<br/>\n")))</div> |
|
71 | 71 |
</div> |
72 | 72 |
<div class="meta"> |
73 | 73 |
@if(user != null){ |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?