]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix syntax-check
authorJohn Ferlan <jferlan@redhat.com>
Tue, 14 Jun 2016 10:22:37 +0000 (06:22 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 14 Jun 2016 10:22:37 +0000 (06:22 -0400)
Commit id '42ff399a' broke syntax-check by not encasing <dt> elements
in <code>xxx</code>

docs/downloads.html.in

index 899671a29cb54a2d936ceddf135175aa70ba340e..f213b29b74e0bccb2d376f810d3526572cbdb5a3 100644 (file)
     </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>