diff options
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ layout: default <dt>Is there an easy way of managing scripts?</dt> <dd>Try <code>scriptassist.pl</code>, it can update and manage your scripts - as well as install new ones and search the database.</dt> + as well as install new ones and search the database.</dd> <dt>How do I submit a script to this page?</dt> <dd>See information on how to contribute <a href="https://github.com/irssi/scripts.irssi.org">here</a>.</dd> @@ -66,7 +66,7 @@ layout: default <td class="authors">{{ script.authors }}</td> <td class="modified" sorttable_customkey="{{ script.modified | date: "%Y%m%d%H%M%S" }}"> <abbr class="timeago" title="{{ script.modified | date: "%Y-%m-%dT%H:%M:%SZ" }}"> - {{ script.modified | date: "%Y-%m-%d" }}</td> + {{ script.modified | date: "%Y-%m-%d" }} </abbr> </td> </tr> |
