Fix tests, let templating handle html escaping

Note: as a Chrome app, we're also protected from xss by the content
security policy.

// FREEBIE
This commit is contained in:
lilia 2015-07-04 23:08:25 -07:00
parent fcc873ffca
commit f5f4c128f9
2 changed files with 4 additions and 11 deletions

View file

@ -65,7 +65,7 @@
{{> avatar }}
<div class="bubble">
<div class='attachments'></div>
<p class="content">{{& message }}</p>
<p class="content">{{ message }}</p>
<div class='meta'>
<span class='timestamp'>{{ timestamp }}</span>
<span class='checkmark hide'></span>