1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04: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 topic='Glossary' anchor='glossary'>
<ul>
<li><p>Exporting server.</p>
<p>The XMPP-IM server writing its user data to files, following this specification.</p>
</li>
<li><p>Importing server.</p>
<p>The XMPP-IM server reading data from such files.</p>
</li>
</ul>
<dl>
<di><dt>Exporting server</dt>
<dd>The XMPP-IM server writing its user data to files, following this specification.</dd>
</di>
<di><dt>Importing server</dt>
<dd>The XMPP-IM server reading data from such files.</dd>
</di>
</dl>
</section1>
<section1 topic='File format' anchor='fileformat'>