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:
|
||||
<table>
|
||||
<thead>
|
||||
<th>Icon</th>
|
||||
<th>Name</th>
|
||||
<th>Default value</th>
|
||||
<th>Definition</th>
|
||||
<tr>
|
||||
<th>Icon</th>
|
||||
<th>Name</th>
|
||||
<th>Default value</th>
|
||||
<th>Definition</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue