Skip to content

Commit 56bbdfe

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/page-mailto-generator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
let UnCryptMailto = (s) => s.split(';').map((c) => String.fromCharCode(parseInt(c))).join('');
5050
document.write('<a href="mailto:' + UnCryptMailto('${addressOutput}') + '">' + UnCryptMailto('${addressOutput}') + '</a>')
5151
\<\/script\>
52-
})();`;
52+
})();
53+
</script>`;
5354

5455
});
55-
</script>
5656

5757
<?php endwhile; ?>
5858
<?php endif; ?>

0 commit comments

Comments
 (0)