From 3da23e8fad275b3b5253cc575f49f5f839d788dc Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sun, 1 Jun 2014 11:45:17 -0500 Subject: [PATCH] render html in notifications fixes #2844 --- core/client/templates/components/gh-notification.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/client/templates/components/gh-notification.hbs b/core/client/templates/components/gh-notification.hbs index 5492303702..4fc3731ab1 100644 --- a/core/client/templates/components/gh-notification.hbs +++ b/core/client/templates/components/gh-notification.hbs @@ -1,4 +1,4 @@
- {{message.message}} + {{{message.message}}}
\ No newline at end of file