Skip to content

Commit

Permalink
Escape Valine placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
1v9 authored Oct 9, 2019
1 parent 38dc1de commit ef79359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_third-party/comments/valine.swig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NexT.utils.getScript('{{ valine_uri }}', () => {
notify: {{ theme.valine.notify }},
appId: '{{ theme.valine.appid }}',
appKey: '{{ theme.valine.appkey }}',
placeholder: '{{ theme.valine.placeholder }}',
placeholder: '{{ theme.valine.placeholder | escape }}',
avatar: '{{ theme.valine.avatar }}',
meta: guest,
pageSize: '{{ theme.valine.pageSize }}' || 10,
Expand Down

0 comments on commit ef79359

Please sign in to comment.