Fix missing attribute value apostrophe

This commit is contained in:
Wiktor Kwapisiewicz 2019-04-03 14:29:08 +02:00
parent f7d1648a01
commit d0c0f224cf
No known key found for this signature in database
GPG Key ID: B97A1EE09DB417EC
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
to ignore the attach-to directive and display the message normally. to ignore the attach-to directive and display the message normally.
</p> </p>
<example caption='User attaches a message'><![CDATA[ <example caption='User attaches a message'><![CDATA[
<message to='antonio@milan.lit/ship' from='prospero@milan.lit/island id='RgEGnjqy'> <message to='antonio@milan.lit/ship' from='prospero@milan.lit/island' id='RgEGnjqy'>
<body>storm.png</body> <body>storm.png</body>
<attach-to id='SD24VCzSYQ' xmlns='urn:xmpp:message-attaching:1'/> <attach-to id='SD24VCzSYQ' xmlns='urn:xmpp:message-attaching:1'/>
</message>]]></example> </message>]]></example>