diff --git a/assets/js/theme.js b/assets/js/theme.js
index 8f405e3730..ef50a76221 100644
--- a/assets/js/theme.js
+++ b/assets/js/theme.js
@@ -565,7 +565,7 @@ function initAnchorClipboard() {
     return;
   }
 
-  document.querySelectorAll(':has(h1) :is(h2[id], h3[id], h4[id] , h5[id], h6[id])').forEach(function (element) {
+  document.querySelectorAll(':has(h1) :is(h2[id], h3[id], h4[id], h5[id], h6[id])').forEach(function (element) {
     var origin = document.location.origin == 'null' ? `${document.location.protocol}//${document.location.host}` : document.location.origin;
     var id = encodeURIComponent(element.id);
     var link = `${origin}${document.location.pathname}#${id}`;
diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt
index 2b7d5ad5d5..f15ca4f816 100644
--- a/layouts/partials/version.txt
+++ b/layouts/partials/version.txt
@@ -1 +1 @@
-7.6.1+c6efbf1113e94ff36905d3a5319d84968996f808
\ No newline at end of file
+7.6.1+c72515a5047be372be90277e569a86bc2e13ea21
\ No newline at end of file