diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-30 10:02:28 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-30 10:02:28 +0100 |
| commit | eb1ee09769a483725fff5ee68bace0eec31d407c (patch) | |
| tree | 3ee6631d593046c6451833aca4f7d9be47081a66 /http | |
| parent | 5265f3e83c6c95e732804fbb5358f3777b91a960 (diff) | |
fixes meta http-equiv tags for redirects
Diffstat (limited to 'http')
| -rw-r--r-- | http/src/blog/subscribe.trivial.upphtml | 2 | ||||
| -rw-r--r-- | http/src/links/rss.trivial.upphtml | 2 |
2 files changed, 2 insertions, 2 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 /> |
