diff options
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 /> |
