Skip to content

Commit fd7f166

Browse files
authored
Merge pull request #841 from Relequestual/Fixes/834
`figure` should be a child of `section`, not `t`.
2 parents 2e4d238 + 8714851 commit fd7f166

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jsonschema-core.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3040,14 +3040,14 @@ Link: </alice>;rel="schema", </bob>;rel="schema"
30403040
implementation or software product. Since symbols are listed in decreasing order
30413041
of significance, the JSON Schema library name/version should precede the more
30423042
generic HTTP library name (if any). For example:
3043-
<figure>
3044-
<artwork>
3043+
</t>
3044+
<figure>
3045+
<artwork>
30453046
<![CDATA[
30463047
User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
30473048
]]>
3048-
</artwork>
3049-
</figure>
3050-
</t>
3049+
</artwork>
3050+
</figure>
30513051
<t>
30523052
Clients SHOULD be able to make requests with a "From" header so that server
30533053
operators can contact the owner of a potentially misbehaving script.

0 commit comments

Comments
 (0)