Update template.html to reflect recent changes in the code

pull/86/head
Adrian Perez de Castro 2018-03-21 17:16:19 +00:00
parent 60c4338b96
commit 16e6feefa9
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
2 changed files with 6 additions and 6 deletions

View File

@ -67,9 +67,9 @@ static const u_char t06_list1[] = ""
; ;
static const u_char t_parentdir_entry[] = "" static const u_char t_parentdir_entry[] = ""
"<tr>" "<tr>"
"<td><a href=\"../?C=N&amp;O=A\">Parent directory/</a></td>" "<td class=\"link\"><a href=\"../?C=N&amp;O=A\">Parent directory/</a></td>"
"<td>-</td>" "<td class=\"size\">-</td>"
"<td>-</td>" "<td class=\"date\">-</td>"
"</tr>" "</tr>"
"\n" "\n"
; ;

View File

@ -64,9 +64,9 @@
<tbody> <tbody>
<!-- var t_parentdir_entry --> <!-- var t_parentdir_entry -->
<tr> <tr>
<td><a href="../?C=N&amp;O=A">Parent directory/</a></td> <td class="link"><a href="../?C=N&amp;O=A">Parent directory/</a></td>
<td>-</td> <td class="size">-</td>
<td>-</td> <td class="date">-</td>
</tr> </tr>
<!-- var NONE --> <!-- var NONE -->