Fix incorrect language specification
The api sample of networks-get-last-page-res.xml has been referenced as json language, which will cause incorrectly display html tag instead of literal value. Change-Id: I4e0ee407cca7f563149529157f991c89f577f65b Closes-Bug: #1285403
This commit is contained in:
parent
b759c1b20a
commit
be2546cc56
@ -291,7 +291,7 @@ Accept: application/xml
|
||||
</example>
|
||||
<example>
|
||||
<title>Network Collection, Last Page: XML Response</title>
|
||||
<programlisting language="json"><xi:include href="samples/networks-get-last-page-res.xml" parse="text"/></programlisting>
|
||||
<programlisting language="xml"><xi:include href="samples/networks-get-last-page-res.xml" parse="text"/></programlisting>
|
||||
</example>
|
||||
</section>
|
||||
<section xml:id="Sorting">
|
||||
|
Loading…
Reference in New Issue
Block a user