docs: Fix syntax-check

Commit id '42ff399a' broke syntax-check by not encasing <dt> elements
in <code>xxx</code>
This commit is contained in:
John Ferlan 2016-06-14 06:22:37 -04:00
parent 42ff399a5e
commit 9f044e6272

View File

@ -55,12 +55,12 @@
</p>
<dl>
<dt>major</dt>
<dt><code>major</code></dt>
<dd>incremented by 1 for the first release of the year (the
Jan 15th release)</dd>
<dt>minor</dt>
<dt><code>minor</code></dt>
<dd>incremented by 1 for each monthly release from git master</dd>
<dt>micro</dt>
<dt><code>micro</code></dt>
<dd>always 0 for releases from git master, incremented by 1
for each stable maintenance release</dd>
</dl>