浏览代码

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

Garrett Johnson 3 年之前
父节点
当前提交
4bed2e796d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>