fixes meta http-equiv tags for redirects
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!
|
#!
|
||||||
SITE_URL="${1}"
|
SITE_URL="${1}"
|
||||||
#!
|
#!
|
||||||
<meta http-equiv="refresh" content="0" ; url="${SITE_URL}/subscribe" />
|
<meta http-equiv=refresh content=0;url=${SITE_URL}/subscribe />
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!
|
#!
|
||||||
SITE_URL="${1}"
|
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 />
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
<meta http-equiv="refresh" content="0" ; url="https://forms.zoho.eu/mejo1/form/MilehousehutJuly2026" />
|
<meta http-equiv="refresh" content="0;url=https://forms.zoho.eu/mejo1/form/MilehousehutJuly2026" />
|
||||||
|
|||||||
Reference in New Issue
Block a user