Merge pull request #85 from dwcramer/fixApiRef
Add missing <th>s to param table.
This commit is contained in:
@@ -310,6 +310,8 @@ function showSelected(selectorId, optionId){
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Parameter</th>
|
||||
<th>Style</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -330,8 +332,8 @@ function showSelected(selectorId, optionId){
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Parameter</th>
|
||||
<th>Style</th>
|
||||
<th>Type</th>
|
||||
<th>Style</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user