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:
Ghostkeeper 2019-05-01 14:08:53 +02:00
parent c26dbfd934
commit 7258ad8dc2
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -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>