Skip to content

Commit

Permalink
fix: missing slash in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Mar 12, 2024
1 parent 88594a7 commit 54ef3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/web/templates/misp_lookup.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h6>Skips the entries in warnings lists enabled on your MISP instance.</h6>
{% if hits %}
<ul>
{% for event_id, values in hits.items() %}
<li><a href="{{root_url}}events/{{event_id}}">Event {{event_id}}</a>:
<li><a href="{{root_url}}/events/{{event_id}}">Event {{event_id}}</a>:
<ul>
{% for v in values|sort %}
<li>{{ v }}</li>
Expand Down

0 comments on commit 54ef3bf

Please sign in to comment.