Skip to content

Commit 42998ab

Browse files
authored
Pre -> code to make links work (#291)
1 parent bb8ad36 commit 42998ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -907,11 +907,11 @@ <h4>
907907
by the following ABNF [[RFC5234]] (using <a data-cite=
908908
"RFC7230#section-7">List Extension</a>, [[RFC7230]]):
909909
</p>
910-
<pre class="abnf">
911-
Timing-Allow-Origin = 1#( <a data-cite=
912-
"FETCH#origin-header">origin-or-null</a> / <a data-cite=
913-
"FETCH#http-new-header-syntax">wildcard</a> )
914-
</pre>
910+
<code class="abnf">
911+
Timing-Allow-Origin = 1#( <a
912+
data-cite="FETCH#origin-header">origin-or-null</a> / <a
913+
data-cite="FETCH#http-new-header-syntax">wildcard</a> )
914+
</code>
915915
<p>
916916
The sender MAY generate multiple <a>Timing-Allow-Origin</a> header
917917
fields. The recipient MAY combine multiple

0 commit comments

Comments
 (0)