Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-05-01 15:08:53 +0300
committerGhostkeeper <rubend@tutanota.com>2019-05-01 15:08:53 +0300
commit7258ad8dc2425c761eb6ce039dbbced83e0413fb (patch)
tree27a633814fd0aca82051868b066ee5dd427648db /plugins/SliceInfoPlugin
parentc26dbfd934e32e2af9966f3666c7bdb800fb82fe (diff)
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.
Diffstat (limited to 'plugins/SliceInfoPlugin')
-rw-r--r--plugins/SliceInfoPlugin/example_data.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/plugins/SliceInfoPlugin/example_data.html b/plugins/SliceInfoPlugin/example_data.html
index 9c91aa3f9b..61090b06fe 100644
--- a/plugins/SliceInfoPlugin/example_data.html
+++ b/plugins/SliceInfoPlugin/example_data.html
@@ -40,15 +40,17 @@
<h3>Model Information:</h3>
<ul>
- <li><b>Model 1</b></li>
- <ul>
- <li><b>Hash:</b> b72789b9b...</li>
- <li><b>Transformation:</b> [transformation matrix]</li>
- <li><b>Bounding Box:</b> [minimum x, y, z; maximum x, y, z]</li>
- <li><b>Is Helper Mesh:</b> no</li>
- <li><b>Helper Mesh Type:</b> support mesh</li>
- <li>...</li>
- </ul>
+ <li>
+ <b>Model 1</b>
+ <ul>
+ <li><b>Hash:</b> b72789b9b...</li>
+ <li><b>Transformation:</b> [transformation matrix]</li>
+ <li><b>Bounding Box:</b> [minimum x, y, z; maximum x, y, z]</li>
+ <li><b>Is Helper Mesh:</b> no</li>
+ <li><b>Helper Mesh Type:</b> support mesh</li>
+ <li>...</li>
+ </ul>
+ </li>
</ul>
<h3>Print Times:</h3>