fixed tn notes

This commit is contained in:
albert
2011-09-10 15:29:55 -04:00
parent 60704c27be
commit b55893d96d
3 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
<%= content_tag(:article, note.body, "data-width" => note.width, "data-height" => note.height, "data-x" => note.x, "data-y" => note.y, "data-id" => note.id) %>
<%= content_tag(:article, raw(note.body), "data-width" => note.width, "data-height" => note.height, "data-x" => note.x, "data-y" => note.y, "data-id" => note.id) %>