mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-26 02:24:27 +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>
|
||||
<ul>
|
||||
<li><b>Model 1</b></li>
|
||||
<li>
|
||||
<b>Model 1</b>
|
||||
<ul>
|
||||
<li><b>Hash:</b> b72789b9b...</li>
|
||||
<li><b>Transformation:</b> [transformation matrix]</li>
|
||||
@ -49,6 +50,7 @@
|
||||
<li><b>Helper Mesh Type:</b> support mesh</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Print Times:</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user