Skip to content

Commit fc34927

Browse files
Merge pull request #35 from nextcloud/backport-34-prevent-parse-error-on-editing-an-html-comment
Prevent parse error on editing an HTML comment
2 parents b41fe32 + 1dc9cb5 commit fc34927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/commentstabview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'{{/if}}' +
3333
' </div>' +
3434
' <form class="newCommentForm">' +
35-
' <input type="text" class="message" placeholder="{{newMessagePlaceholder}}" value="{{{message}}}" />' +
35+
' <input type="text" class="message" placeholder="{{newMessagePlaceholder}}" value="{{message}}" />' +
3636
' <input class="submit icon-confirm" type="submit" value="" />' +
3737
'{{#if isEditMode}}' +
3838
' <input class="cancel pull-right" type="button" value="{{cancelText}}" />' +

0 commit comments

Comments
 (0)