We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bbdfe commit dbc8cb9Copy full SHA for dbc8cb9
src/templates/page-mailto-generator.php
@@ -47,10 +47,10 @@
47
output.value = `\<script\>
48
(function() {
49
let UnCryptMailto = (s) => s.split(';').map((c) => String.fromCharCode(parseInt(c))).join('');
50
- document.write('<a href="mailto:' + UnCryptMailto('${addressOutput}') + '">' + UnCryptMailto('${addressOutput}') + '</a>')
51
- \<\/script\>
+ document.write('<a href="mailto:' + UnCryptMailto('${addressOutput}') + '">' + UnCryptMailto('${addressOutput}') + '</a>');
52
})();
53
-</script>`;
+\<\/script\>`;
+ </script>
54
55
});
56
0 commit comments