fixes meta http-equiv tags for redirects

This commit is contained in:
2026-06-30 10:02:28 +01:00
parent 5265f3e83c
commit eb1ee09769
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 />
+1 -1
View File
@@ -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 />