diff options
| -rw-r--r-- | http/src/blog/subscribe.trivial.upphtml | 2 | ||||
| -rw-r--r-- | http/src/links/rss.trivial.upphtml | 2 | ||||
| -rw-r--r-- | ln/public/milehouse.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/http/src/blog/subscribe.trivial.upphtml b/http/src/blog/subscribe.trivial.upphtml index 6521fed..e842234 100644 --- a/http/src/blog/subscribe.trivial.upphtml +++ b/http/src/blog/subscribe.trivial.upphtml @@ -1,4 +1,4 @@ #! SITE_URL="${1}" #! -<meta http-equiv="refresh" content="0" ; url="${SITE_URL}/subscribe" /> +<meta http-equiv=refresh content=0;url=${SITE_URL}/subscribe /> diff --git a/http/src/links/rss.trivial.upphtml b/http/src/links/rss.trivial.upphtml index ca94cf6..52becef 100644 --- a/http/src/links/rss.trivial.upphtml +++ b/http/src/links/rss.trivial.upphtml @@ -1,4 +1,4 @@ #! SITE_URL="${1}" #! -<meta http-equiv="refresh" content="0" ; url="${SITE_URL}/microlog/rss.xml" /> +<meta http-equiv=refresh content=0;url=${SITE_URL}/microlog/rss.xml /> diff --git a/ln/public/milehouse.html b/ln/public/milehouse.html index 3464d64..aa9c4e7 100644 --- a/ln/public/milehouse.html +++ b/ln/public/milehouse.html @@ -1 +1 @@ -<meta http-equiv="refresh" content="0" ; url="https://forms.zoho.eu/mejo1/form/MilehousehutJuly2026" />
\ No newline at end of file +<meta http-equiv="refresh" content="0;url=https://forms.zoho.eu/mejo1/form/MilehousehutJuly2026" /> |
