XEP-0402: Remove extra whitespace at the end of examples.

This commit is contained in:
Emmanuel Gil Peyrot 2018-07-22 16:01:21 +02:00
parent 0f67f3dca9
commit 843c8c4968
1 changed files with 6 additions and 6 deletions

View File

@ -123,7 +123,7 @@
<items node='urn:xmpp:bookmarks:0'/>
</pubsub>
</iq>
]]></example>
]]></example>
<example caption='Server returns the bookmarks'><![CDATA[
<iq type='result'
to='juliet@capulet.lit/balcony'
@ -145,7 +145,7 @@
</items>
</pubsub>
</iq>
]]></example>
]]></example>
</section2>
<section2 topic='Adding a bookmark' anchor='adding-a-bookmark'>
@ -177,10 +177,10 @@
</publish-options>
</pubsub>
</iq>
]]></example>
]]></example>
<example caption='Server acknowledges successful storage'><![CDATA[
<iq to='juliet@capulet.lit/balcony' type='result' id='pip1'/>
]]></example>
]]></example>
</section2>
<section2 topic='Removing a bookmark' anchor='removing-a-bookmark'>
@ -195,10 +195,10 @@
</retract>
</pubsub>
</iq>
]]></example>
]]></example>
<example caption='Server acknowledges successful retraction'><![CDATA[
<iq to='juliet@capulet.lit/balcony' type='result' id='remove-bookmark1'/>
]]></example>
]]></example>
</section2>
</section1>