0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Handling HTML in notifications

closes #729
This commit is contained in:
Hannah Wolfe 2013-09-15 18:19:56 +01:00
parent 7635ddee78
commit 0b0dc15c8e

View file

@ -1,4 +1,4 @@
<section class="notification{{#if type}}-{{type}}{{/if}} notification-{{status}} js-notification">
{{message}}
{{{message}}}
<a class="close" href="#"><span class="hidden">Close</span></a>
</section>