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:
parent
fcc873ffca
commit
f5f4c128f9
2 changed files with 4 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue