Skip to content

Commit b77caf3

Browse files
committed
query: fix broken XML (sigh)
1 parent 4fb3198 commit b77caf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-ietf-httpbis-safe-method-w-body.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ q=foo&limit=10&sort=-published
253253

254254
<section title="Content-Location and Location Fields" anchor="location">
255255
<t>
256-
Furthermore, a successful response (2xx, <eref target="HTTP" section="15.3"/>)
256+
Furthermore, a successful response (2xx, <xref target="HTTP" section="15.3"/>)
257257
can include a Content-Location
258258
header field containing an
259259
identifier for a resource corresponding to the results of the
@@ -652,7 +652,7 @@ Accept: application/x-www-form-urlencoded, application/sql
652652
<section title="Content-Location, Location, and Indirect Responses" anchor="example.content-location.location.indirect">
653653
<t>
654654
The Content-Location and Location response fields in success responses
655-
(2xx, <eref target="HTTP" section="15.3"/>) provide a way to identify alternate resources
655+
(2xx, <xref target="HTTP" section="15.3"/>) provide a way to identify alternate resources
656656
that will respond to GET requests, either for the received result of the request, or for future
657657
requests to perform the same operation. Going back to the example from <xref target="example.simple"/>:
658658
</t>

0 commit comments

Comments
 (0)