Merge pull request #1140 from nextcloud/backport-1132-prevent-parse-error-on-editing-an-html-comment

[stable10] Prevent parse error on editing an HTML comment
This commit is contained in:
blizzz 2016-08-30 00:14:34 +02:00 committed by GitHub
commit 7e2c4b80d2
1 changed files with 1 additions and 1 deletions

View File

@ -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}}" />' +