Skip to content

Commit dbc8cb9

Browse files
authored
Update page-mailto-generator.php
1 parent 56bbdfe commit dbc8cb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/templates/page-mailto-generator.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
output.value = `\<script\>
4848
(function() {
4949
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\>
50+
document.write('<a href="mailto:' + UnCryptMailto('${addressOutput}') + '">' + UnCryptMailto('${addressOutput}') + '</a>');
5251
})();
53-
</script>`;
52+
\<\/script\>`;
53+
</script>
5454

5555
});
5656

0 commit comments

Comments
 (0)