summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 4e37432..bebaa14 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,7 @@ layout: default
<th class="sorttable_alpha">Name</th>
<th class="sorttable_alpha">Version</th>
<th class="sorttable_alpha">Description</th>
- <th class="sorttable_alpha">Author</th>
+ <th class="sorttable_alpha">Authors</th>
</tr>
</thead>
<tbody>
@@ -59,7 +59,7 @@ layout: default
<td>{{ script.name }}</td>
<td>{{ script.version }}</td>
<td>{{ script.description }}</td>
- <td>{{ script.author }}</td>
+ <td>{{ script.authors }}</td>
</td>
{% endfor %}
</tbody>