Skip to content

Commit

Permalink
Add a missing quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakahirano committed Sep 10, 2015
1 parent d9ab7fa commit 05c3691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p><a class="logo" href="https://whatwg.org/"><img alt="WHATWG" height="100" src="https://resources.whatwg.org/logo-fetch.svg" width="100"></a>
<h1 id="cors">Fetch</h1>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-9-september-2015">Living Standard — Last Updated 9 September 2015</h2>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-10-september-2015">Living Standard — Last Updated 10 September 2015</h2>

<dl>
<dt>Participate:
Expand Down Expand Up @@ -2146,7 +2146,7 @@ <h3 id="http-fetch"><span class="secno">5.3 </span>HTTP fetch</h3>
<dd>
<ol>
<li><p>If <var title="">request</var>'s <a href="#concept-request-window" title="concept-request-window">window</a>
is "<code>no-window</code> or the <i title="">CORS flag</i> is set, return
is "<code>no-window</code>" or the <i title="">CORS flag</i> is set, return
<var title="">response</var>.

<li class="XXX"><p>Needs testing: multiple `<code>WWW-Authenticate</code>` headers,
Expand Down
2 changes: 1 addition & 1 deletion Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ <h3>HTTP fetch</h3>
<dd>
<ol>
<li><p>If <var title>request</var>'s <span title=concept-request-window>window</span>
is "<code>no-window</code> or the <i title>CORS flag</i> is set, return
is "<code>no-window</code>" or the <i title>CORS flag</i> is set, return
<var title>response</var>.

<li class=XXX><p>Needs testing: multiple `<code>WWW-Authenticate</code>` headers,
Expand Down

0 comments on commit 05c3691

Please sign in to comment.