docs: fixup list-item tags
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 14:36:52 +0000 (16:36 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 11:09:16 +0000 (11:09 +0000)
The list items needs to contain everything part of the item, not just
the first paragraph.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/relnotes/10.2.html

index 72b4edc7e6107542962e26aceafceba012b00cf2..361907085b8aa39ef8ee5d72318b0cdb37df0a69 100644 (file)
@@ -69,16 +69,15 @@ TBD.
 <h2>Changes</h2>
 
 <ul>
-<li>Renamed <i>--with-llvm-shared-libs</i> to <i>--enable-llvm-shared-libs</i></li>
-</ul>
-
+<li>Renamed <i>--with-llvm-shared-libs</i> to <i>--enable-llvm-shared-libs</i>
 <p>
 The option is used to control how mesa is linked against LLVM, and now
 defaults to enabled (shared linking).
 </p>
+</li>
 
 <li>Split <i>libxatracker.so</i> into a standalone library which can be used
-with any gallium driver.</li>
+with any gallium driver.
 <p>
 Previously the library was linked statically against vmware's virtual gpu
 driver(svga), whereas now it loads a shared pipe_*.so driver. Provide the
@@ -90,6 +89,7 @@ following options during configure, if you would like support for svga driver
 Note: The files are installed in $(libdir)/gallium-pipe/ and the interface
 between them and libxatracker.so is <strong>not</strong> stable.
 </p>
+</li>
 
 <li>The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.</li>
 </ul>