summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorAlexander Færøy2014-06-02 23:53:15 +0200
committerAlexander Færøy2014-06-02 23:53:15 +0200
commitdcebf2753c4ec7de5d62c02b6edda39e5c47ea83 (patch)
treef28077ac86bed66373ebacbce1c410523f675c87 /index.html
parent7cda79f6c6e9eda57620be9a9ad9a5f52408739d (diff)
downloadscripts.irssi.org-dcebf2753c4ec7de5d62c02b6edda39e5c47ea83.tar.bz2
Import scripts.dmp as YAML.
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>