1
0
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:
Ilya Kreymer 2015-09-02 05:14:43 -07:00
parent a4d10ca562
commit 6df114b948

View File

@ -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>