소스 검색

Made html possible to display in alerts.

Kris 9 년 전
부모
커밋
ea62190856
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/client/templates/alerts.html

+ 1 - 1
app/client/templates/alerts.html

@@ -1,5 +1,5 @@
 <template name="alerts">
     {{#each alerts}}
-        <p class="alert"><i class="material-icons">announcement</i> {{description}}</p>
+        <p class="alert"><i class="material-icons">announcement</i> {{{description}}}</p>
     {{/each}}
 </template>