소스 검색

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>