summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-20 17:47:51 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-20 17:47:51 -0700
commit0e4b03bc7e28e5b9f73b60f5bc2975b40290d163 (patch)
tree29f1abd9a6680561a23ab5daae7c586a608a3f38 /html
parentc3be803c947e50ba3a68e4baebe77485b61d0392 (diff)
Add qoutes around hrefs
Diffstat (limited to 'html')
-rwxr-xr-xhtml/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/footer.html b/html/footer.html
index 7cdf17c..fea8b4b 100755
--- a/html/footer.html
+++ b/html/footer.html
@@ -17,5 +17,5 @@
-->
<div class="footer">
- <p>&copy; {{year}} Connor Thomson. Content licensed under the <a href=https://creativecommons.org/licenses/by-sa/4.0/>Creative Commons Attribution-ShareAlike 4.0 International</a> license unless otherwise noted.</p>
+ <p>&copy; {{year}} Connor Thomson. Content licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0">Creative Commons Attribution-ShareAlike 4.0 International</a> license unless otherwise noted.</p>
</div>