1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-02-16 07:10:15 -05:00

Use definition lists for definitions.

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3565 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2009-10-21 18:34:19 +00:00
parent 3696d0809b
commit fe39017c32

View File

@ -88,14 +88,14 @@
</section1> </section1>
<section1 topic='Glossary' anchor='glossary'> <section1 topic='Glossary' anchor='glossary'>
<ul> <dl>
<li><p>Exporting server.</p> <di><dt>Exporting server</dt>
<p>The XMPP-IM server writing its user data to files, following this specification.</p> <dd>The XMPP-IM server writing its user data to files, following this specification.</dd>
</li> </di>
<li><p>Importing server.</p> <di><dt>Importing server</dt>
<p>The XMPP-IM server reading data from such files.</p> <dd>The XMPP-IM server reading data from such files.</dd>
</li> </di>
</ul> </dl>
</section1> </section1>
<section1 topic='File format' anchor='fileformat'> <section1 topic='File format' anchor='fileformat'>