docs: close paragraphs before lists
[mesa.git] / docs / shading.html
index 76f25316f86d2aaa286b49ba266c4247dfabb820..174337b41f2f5f1d5ee2ce85a916ca6f5d655515 100644 (file)
@@ -71,6 +71,7 @@ Shaders can be dumped and replaced on runtime for debugging purposes. This
 feature is not currently supported by SCons build.
 
 This is controlled via following environment variables:
+</p>
 <ul>
 <li><b>MESA_SHADER_DUMP_PATH</b> - path where shader sources are dumped
 <li><b>MESA_SHADER_READ_PATH</b> - path where replacement shaders are read
@@ -79,7 +80,6 @@ Note, path set must exist before running for dumping or replacing to work.
 When both are set, these paths should be different so the dumped shaders do 
 not clobber the replacement shaders. Also, the filenames of the replacement shaders
 should match the filenames of the corresponding dumped shaders.
-</p>
 
 <h3 id="capture">Capturing Shaders</h3>