Added proper <tr> for tables
parent
0b0703cf38
commit
1e3841540a
1 changed files with 6 additions and 4 deletions
|
@ -43,10 +43,12 @@ The Settings tab allows you to change how the diagram looks, and parameter the a
|
||||||
List of settings:
|
List of settings:
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
<tr>
|
||||||
<th>Icon</th>
|
<th>Icon</th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Default value</th>
|
<th>Default value</th>
|
||||||
<th>Definition</th>
|
<th>Definition</th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue