fixes meta http-equiv tags for redirects
This commit is contained in:
@@ -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,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 />
|
||||
|
||||
Reference in New Issue
Block a user