Skip to content

Commit

Permalink
Pre -> code to make links work (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Sep 29, 2021
1 parent bb8ad36 commit 42998ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -907,11 +907,11 @@ <h4>
by the following ABNF [[RFC5234]] (using <a data-cite=
"RFC7230#section-7">List Extension</a>, [[RFC7230]]):
</p>
<pre class="abnf">
Timing-Allow-Origin = 1#( <a data-cite=
"FETCH#origin-header">origin-or-null</a> / <a data-cite=
"FETCH#http-new-header-syntax">wildcard</a> )
</pre>
<code class="abnf">
Timing-Allow-Origin = 1#( <a
data-cite="FETCH#origin-header">origin-or-null</a> / <a
data-cite="FETCH#http-new-header-syntax">wildcard</a> )
</code>
<p>
The sender MAY generate multiple <a>Timing-Allow-Origin</a> header
fields. The recipient MAY combine multiple
Expand Down

0 comments on commit 42998ab

Please sign in to comment.