Skip to content

Commit

Permalink
Fix a typo in URLhaus's long.html
Browse files Browse the repository at this point in the history
I made a typo in URLhaus template (long.html). So let me fix it.
  • Loading branch information
ninoseki committed Oct 1, 2018
1 parent a71774b commit 8403557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive-templates/URLhaus_1_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="panel-body">
<dl class="dl-horizontal" ng-if="content.errorMessage">
<dt>
<i class="fa fa-warning"></i> urlscan.io: </dt>
<i class="fa fa-warning"></i> URLhaus: </dt>
<dd class="wrap">{{content.errorMessage}}</dd>
</dl>
</div>
Expand Down

0 comments on commit 8403557

Please sign in to comment.