mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
docs: Fix syntax-check
Commit id '42ff399a' broke syntax-check by not encasing <dt> elements in <code>xxx</code>
This commit is contained in:
parent
42ff399a5e
commit
9f044e6272
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user