diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 17:47:51 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 17:47:51 -0700 |
| commit | 0e4b03bc7e28e5b9f73b60f5bc2975b40290d163 (patch) | |
| tree | 29f1abd9a6680561a23ab5daae7c586a608a3f38 /html/footer.html | |
| parent | c3be803c947e50ba3a68e4baebe77485b61d0392 (diff) | |
Add qoutes around hrefs
Diffstat (limited to 'html/footer.html')
| -rwxr-xr-x | html/footer.html | 2 |
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>© {{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>© {{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> |
