mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
query view: fix typo preventing status code from being displayed!
This commit is contained in:
parent
a4d10ca562
commit
6df114b948
@ -39,7 +39,7 @@ function ts_to_date(ts, is_gmt)
|
||||
<td><a href="{{ prefix }}{{ cdx.timestamp }}/{{ cdx.url }}">
|
||||
<script>document.write(ts_to_date("{{ cdx['timestamp']}}", true))</script>
|
||||
</a></td>
|
||||
<td>{{ cdx.statuscode }}</td>
|
||||
<td>{{ cdx.status }}</td>
|
||||
<td>{{ cdx.url }}</td>
|
||||
<td>{{ cdx.filename }}</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user