Use raw note body instead of sanitized body for note edit box.

This commit is contained in:
evazion
2016-11-19 21:33:26 -06:00
parent 77e06b6c08
commit b2a6cf070c
2 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
<article data-width="<%= note.width %>" data-height="<%= note.height %>" data-x="<%= note.x %>" data-y="<%= note.y %>" data-id="<%= note.id %>"><%= raw DText.sanitize(note.body) %></article>
<article data-width="<%= note.width %>" data-height="<%= note.height %>" data-x="<%= note.x %>" data-y="<%= note.y %>" data-id="<%= note.id %>" data-body="<%= note.body %>"><%= raw DText.sanitize(note.body) %></article>