This commit is contained in:
R. Tyler Croy 2017-10-04 11:24:47 -07:00
parent 64d81f269c
commit d984870d7f
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
.container.p-1
%blockquote.blockquote
- if entry['data']['formatted']
= CGI.escapeHTML(entry['data']['formatted']
= CGI.escapeHTML(entry['data']['formatted'])
- else
= CGI.escapeHTML(entry['data']['message'])