Skip to content

Commit

Permalink
Remove a spurious tag
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga committed Oct 27, 2023
1 parent 5bb6279 commit 9602f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ram/portal/templates/rollingstock.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
{% for j in journal %}
<tr>
<th class="w-33" scope="row">{{ j.date }}</th>
<td>{{ j.log | safe }}</a></td>
<td>{{ j.log | safe }}</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 9602f67

Please sign in to comment.