1
0
Fork 0
mirror of synced 2024-07-01 04:20:55 +12:00

fix missing vars

This commit is contained in:
Nick Sweeting 2019-03-08 17:02:43 -05:00
parent c7fc9e1878
commit 83a96bb823
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<tr> <tr>
<td title="Bookmarked timestamp: $timestamp">$date</td> <td title="Bookmarked timestamp: $timestamp">$bookmarked_date</td>
<td> <td>
<a href="$files_url" title="Link Index"> <a href="$files_url" title="Link Index">
<img src="$favicon_url" onerror="this.src='static/spinner.gif'" class="link-favicon"> <img src="$favicon_url" onerror="this.src='static/spinner.gif'" class="link-favicon">

View file

@ -18,7 +18,7 @@
Type: $type<br/> Type: $type<br/>
<br/> <br/>
Bookmarked:<br/> Bookmarked:<br/>
<span title="$timestamp">$bookmarked</span><br/> <span title="$timestamp">$bookmarked_date</span><br/>
Archived:<br/> Archived:<br/>
<span title="$updated">$updated_date</span><br/> <span title="$updated">$updated_date</span><br/>
</div> </div>

View file

@ -172,7 +172,7 @@
<div class="site-header container-fluid"> <div class="site-header container-fluid">
<div class="row archive-page-header"> <div class="row archive-page-header">
<div class="col-lg-4 alert well"> <div class="col-lg-4 alert well">
Bookmarked: <small title="Timestamp: $timestamp">$date</small> Bookmarked: <small title="Timestamp: $timestamp">$bookmarked_date</small>
&nbsp; | &nbsp; &nbsp; | &nbsp;
Last updated: <small title="Timestamp: $updated">$updated_date</small> Last updated: <small title="Timestamp: $updated">$updated_date</small>
</div> </div>