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

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

View File

@ -32,7 +32,7 @@
'{{/if}}' + '{{/if}}' +
' </div>' + ' </div>' +
' <form class="newCommentForm">' + ' <form class="newCommentForm">' +
' <input type="text" class="message" placeholder="{{newMessagePlaceholder}}" value="{{{message}}}" />' + ' <input type="text" class="message" placeholder="{{newMessagePlaceholder}}" value="{{message}}" />' +
' <input class="submit icon-confirm" type="submit" value="" />' + ' <input class="submit icon-confirm" type="submit" value="" />' +
'{{#if isEditMode}}' + '{{#if isEditMode}}' +
' <input class="cancel pull-right" type="button" value="{{cancelText}}" />' + ' <input class="cancel pull-right" type="button" value="{{cancelText}}" />' +