diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
