diff options
author | nathansmith <nathansmith@posteo.com> | 2025-04-10 19:37:43 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-04-10 19:37:43 -0600 |
commit | 031ce979ce873f15372130350e1e2415f1fd3eb6 (patch) | |
tree | 121ca0450f3fddfd7a17010f1ba9c7ed5f59e135 /index.html | |
parent | 74e7e1866264400ccf7c70818135cb370ebbd887 (diff) |
Forgor sdf doesnt like special characters
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -157,7 +157,7 @@ table { <table> <tr> <td class='webring-prev'> - <a href='https://teethinvitro.neocities.org/webring/linuxring/redirect/nathanprev.html'>←</a> + <a href='https://teethinvitro.neocities.org/webring/linuxring/redirect/nathanprev.html'><--</a> </td> <td class='webring-info'> Member of the *nixRing<br> @@ -170,7 +170,7 @@ table { </td> <td class='webring-next'><a href='https://teethinvitro.neocities.org/webring/linuxring/redirect/nathannext.html'> - →</a></td> + --></a></td> </tr> </table> </td> |