Skip to content

Commit b466432

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/page-mailto-generator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
document.write('<a href="mailto:' + UnCryptMailto('${addressOutput}') + '">' + UnCryptMailto('${addressOutput}') + '</a>');
5151
})();
5252
\<\/script\>`;
53+
});
5354
</script>
5455

55-
});
5656

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

0 commit comments

Comments
 (0)