Skip to content

Commit

Permalink
Don't wrap the meta refresh URL's with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Sep 6, 2018
1 parent c9fdd87 commit a6e0a55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/.htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ EnforceHTTPS: true
# IgnoreAltMissing: false
# IgnoreCanonicalBrokenLinks: true
# IgnoreDirectoryMissingTrailingSlash: false
IgnoreDirs: # Need to ignore the below 2 dirs as they have meta redirects; else htmltest crashes.
- "issues" # https://github.com/wjdp/htmltest/issues/92
- "test"
# IgnoreDirs: # Need to ignore the below 2 dirs as they have meta redirects; else htmltest crashes.
# - "issues" # https://github.com/wjdp/htmltest/issues/92
# - "test"
IgnoreInternalEmptyHash: true
# IgnoreTagAttribute: "data-proofer-ignore"
# IgnoreURLs:
Expand Down
2 changes: 1 addition & 1 deletion doc/layouts/section/issues.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<html lang="en">
<head>
<title>ox-hugo Test Site</title>
<meta http-equiv="refresh" content="0; URL='https://github.com/kaushalmodi/ox-hugo/issues'" />
<meta http-equiv="refresh" content="0; url=https://github.com/kaushalmodi/ox-hugo/issues" />
</head>
</html>
2 changes: 1 addition & 1 deletion doc/layouts/section/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<html lang="en">
<head>
<title>ox-hugo Test Site</title>
<meta http-equiv="refresh" content="0; URL='https://ox-hugo-tests.netlify.com'" />
<meta http-equiv="refresh" content="0; url=https://ox-hugo-tests.netlify.com" />
</head>
</html>

0 comments on commit a6e0a55

Please sign in to comment.