diff --git a/src/data/templates/view_note_detail.html b/src/data/templates/view_note_detail.html index cba627190..a629874aa 100644 --- a/src/data/templates/view_note_detail.html +++ b/src/data/templates/view_note_detail.html @@ -9,8 +9,8 @@ $('.wysiwyg').htmlarea({ toolbar: [ "bold", "italic", "underline", - "|", - "link", "unlink" + "|", "link", "unlink", + "|", "html" ] }); // FIXME: easier way? @@ -35,13 +35,13 @@ {% endif %}