juliancwirko/meteor-s-alert

Custom Template With Spacebars {{{raw html}}} displays twice

Opened this issue · 0 comments

using a custom template and passing the message through spacebars {{{raw html}}} format causes sAlert to display the alert twice: first as plain text and secondly as parsed html. I assume this has to do a callback of spacebars and not really a bug with sAlert.

I used the example custom template in the documentation but changed {{message}} to {{{message}}}

EDIT: I'm an idiot