summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAilin Nemui2015-11-27 11:41:04 +0100
committerAilin Nemui2015-11-28 13:04:34 +0100
commit15f2aee17b1f6d4613072e52a3d281395c936855 (patch)
treebdcdc55caa1c785adb2e42bb4a684d08e9db9360
parent302c77ca0e61f1d248b7f3ab7fab47a0003c8afd (diff)
downloadscripts.irssi.org-15f2aee17b1f6d4613072e52a3d281395c936855.tar.bz2
correct wrong html tags
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1ad5746..31884a9 100644
--- a/index.html
+++ b/index.html
@@ -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>