]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
correct wrong html tags
authorAilin Nemui <redacted>
Fri, 27 Nov 2015 10:41:04 +0000 (11:41 +0100)
committerAilin Nemui <redacted>
Sat, 28 Nov 2015 12:04:34 +0000 (13:04 +0100)
index.html

index 1ad5746b09f8dfcde96f527e5abd0de7d7ab44a9..31884a9f1389db41d45477500dcf5e6fc62fcf13 100644 (file)
@@ -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>
git clone https://git.99rst.org/PROJECT