mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-27 18:22:00 +08:00
Fix nesting of ULs
A <ul> tag is only allowed to have <li> tags inside it, so the nested <ul> tag needs to be inside the <li> tag. Contributes to issue CURA-6434.
This commit is contained in:
parent
c26dbfd934
commit
7258ad8dc2
@ -40,7 +40,8 @@
|
|||||||
|
|
||||||
<h3>Model Information:</h3>
|
<h3>Model Information:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>Model 1</b></li>
|
<li>
|
||||||
|
<b>Model 1</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>Hash:</b> b72789b9b...</li>
|
<li><b>Hash:</b> b72789b9b...</li>
|
||||||
<li><b>Transformation:</b> [transformation matrix]</li>
|
<li><b>Transformation:</b> [transformation matrix]</li>
|
||||||
@ -49,6 +50,7 @@
|
|||||||
<li><b>Helper Mesh Type:</b> support mesh</li>
|
<li><b>Helper Mesh Type:</b> support mesh</li>
|
||||||
<li>...</li>
|
<li>...</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Print Times:</h3>
|
<h3>Print Times:</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user