Skip to content

Commit

Permalink
fix(comments): W3C validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Aug 21, 2019
1 parent 8b7cff8 commit 76a1f26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/_includes/utterances_scripts.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% macro comments_script_utterances(repo, id, label, theme) %}
<script src="https://utteranc.es/client.js"
repo="{{ repo }}"
issue-term="{{ id }}"
label="{{ label }}"
theme="{{ theme }}"
data-repo="{{ repo }}"
data-issue-term="{{ id }}"
data-label="{{ label }}"
data-theme="{{ theme }}"
crossorigin="anonymous"
async>
</script>
Expand Down

0 comments on commit 76a1f26

Please sign in to comment.