Browse Source

LDrawLoader Docs: Fix unclosed <ul> tag (#23233)

Garrett Johnson 3 years ago
parent
commit
4bed2e796d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/examples/en/loaders/LDrawLoader.html

+ 1 - 1
docs/examples/en/loaders/LDrawLoader.html

@@ -118,7 +118,7 @@
 			of the same color code (in the LDraw format, each surface material is also related to an edge material)</li>
 			<li>.conditionalEdgeMaterial: Only in a [page:LineSegments] material, indicates the [page:Material] belonging
 			to conditional edges of the same color code.</li>
-		<ul>
+		</ul>
 		</p>
 
 		<br>