diff --git a/src/data/templates/view_note_detail.html b/src/data/templates/view_note_detail.html index a629874aa..e753ff7b8 100644 --- a/src/data/templates/view_note_detail.html +++ b/src/data/templates/view_note_detail.html @@ -8,7 +8,8 @@ $('#tabs').tabs(); $('.wysiwyg').htmlarea({ toolbar: [ - "bold", "italic", "underline", + "bold", "italic", "underline", + "|", "forecolor", "|", "link", "unlink", "|", "html" ]