aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/comments.html b/_includes/comments.html
index c8f252a..30161da 100644
--- a/_includes/comments.html
+++ b/_includes/comments.html
@@ -25,7 +25,7 @@
<script defer type="text/javascript">
window.addEventListener("load", function () {
Github.getComments(
- "{{ site.repos | strip_newlines | strip_html | strip | normalize_whitespace | slugify | xml_escape }}",
+ "{{ site.repos | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}",
"{{ page.issue | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape | round }}",
function (error, comments) {
if (error) { throw new Error(error); }