Fix raw view showing the wrong message

This commit is contained in:
Christian Bundy 2019-06-25 10:44:22 -07:00
parent a93bbbb327
commit 4c58ccd6c8
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@
<% } %>
<% } %>
<a href="/raw/<%= encodeURIComponent(msg.value.content.root) %>">raw</a>
<a href="/raw/<%= encodeURIComponent(msg.key) %>">raw</a>
</footer>
</section>