Fix Hat.sh link #1171
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-hat.sh-link"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Somehow missed that the
a href
didn't have a close tag from the original PR (https://github.com/privacytoolsIO/privacytools.io/pull/1168) 😅Resolves: #none <!-- The number of the issue that is resolved by this pull request. If there is none, feel free to delete this line
Check List
I have read and understand CONTRIBUTING.md.
[ ] I have listed the source code for this project in source_code.md.[ ] This project is free/libre software.[ ] This project has an associated discussion.Code Repository (if applicable): N/A
Deploy preview for privacytools-io ready!
Built with commit
f1844ca0e8
https://deploy-preview-1171--privacytools-io.netlify.com
It did have a closing tag
</a>
which is now still there and of course extraneous.