diff options
| author | Ailin Nemui | 2015-11-27 11:41:04 +0100 |
|---|---|---|
| committer | Ailin Nemui | 2015-11-28 13:04:34 +0100 |
| commit | 15f2aee17b1f6d4613072e52a3d281395c936855 (patch) | |
| tree | bdcdc55caa1c785adb2e42bb4a684d08e9db9360 | |
| parent | 302c77ca0e61f1d248b7f3ab7fab47a0003c8afd (diff) | |
| download | scripts.irssi.org-15f2aee17b1f6d4613072e52a3d281395c936855.tar.bz2 | |
correct wrong html tags
| -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> |
