diff options
author | Jonas Kohl | 2024-07-19 16:43:27 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-19 16:43:27 +0200 |
commit | 75042a54f3965d4b889c1cae4ca8651fd412d1ca (patch) | |
tree | a490e8f35d9b9e62059f616079740b3c2c141721 | |
parent | cff6b20b5d9b97f8e81e9f115362cb8b06e83260 (diff) |
Fix extra whitespace in footer
-rw-r--r-- | src/template.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/template.php b/src/template.php index 23ad324..f542c65 100644 --- a/src/template.php +++ b/src/template.php @@ -51,9 +51,7 @@ <tr id="footerRow"> <td id="footerCell"> Made by Jonas Kohl aka hozyro. This website is - <a href="https://git.jkohl.link/jonas/neocities-site"> - open-source - </a>. + <a href="https://git.jkohl.link/jonas/neocities-site">open-source</a>. </td> </tr> </tbody> |