Skip to content

Commit

Permalink
Merge pull request #1140 from nextcloud/backport-1132-prevent-parse-e…
Browse files Browse the repository at this point in the history
…rror-on-editing-an-html-comment

[stable10] Prevent parse error on editing an HTML comment
  • Loading branch information
blizzz authored Aug 29, 2016
2 parents dbc860e + 42425bb commit 7e2c4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/comments/js/commentstabview.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'{{/if}}' +
' </div>' +
' <form class="newCommentForm">' +
' <textarea class="message" placeholder="{{newMessagePlaceholder}}">{{{message}}}</textarea>' +
' <textarea class="message" placeholder="{{newMessagePlaceholder}}">{{message}}</textarea>' +
' <input class="submit" type="submit" value="{{submitText}}" />' +
'{{#if isEditMode}}' +
' <input class="cancel" type="button" value="{{cancelText}}" />' +
Expand Down

0 comments on commit 7e2c4b8

Please sign in to comment.