mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 07:39:23 -04:00
Prevent parse error on editing an HTML comment
This commit is contained in:
parent
3647fbe7cd
commit
28792a010c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
'{{/if}}' +
|
||||
' </div>' +
|
||||
' <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="" />' +
|
||||
'{{#if isEditMode}}' +
|
||||
' <input class="cancel pull-right" type="button" value="{{cancelText}}" />' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue