diff options
| author | Alexander Færøy | 2014-06-02 23:53:15 +0200 |
|---|---|---|
| committer | Alexander Færøy | 2014-06-02 23:53:15 +0200 |
| commit | dcebf2753c4ec7de5d62c02b6edda39e5c47ea83 (patch) | |
| tree | f28077ac86bed66373ebacbce1c410523f675c87 /index.html | |
| parent | 7cda79f6c6e9eda57620be9a9ad9a5f52408739d (diff) | |
| download | scripts.irssi.org-dcebf2753c4ec7de5d62c02b6edda39e5c47ea83.tar.bz2 | |
Import scripts.dmp as YAML.
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> |
