Skip to content

Commit

Permalink
#291 double quotes issue in hashdd
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jul 12, 2018
1 parent 28e61a1 commit 140ae8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thehive-templates/Hashdd_Detail_1_0/short.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<span class="label" ng-repeat="t in content.taxonomies" ng-class="{'info': 'label-info', 'safe': 'label-success', 'suspicious': 'label-warning', 'malicious':'label-danger'}[t.level]">
{{t.namespace}}:{{t.predicate}}={{t.value}}
{{t.namespace}}:{{t.predicate}}="{{t.value}}"
</span>
2 changes: 1 addition & 1 deletion thehive-templates/Hashdd_Status_1_0/short.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<span class="label" ng-repeat="t in content.taxonomies" ng-class="{'info': 'label-info', 'safe': 'label-success', 'suspicious': 'label-warning', 'malicious':'label-danger'}[t.level]">
{{t.namespace}}:{{t.predicate}}={{t.value}}
{{t.namespace}}:{{t.predicate}}="{{t.value}}"
</span>

0 comments on commit 140ae8f

Please sign in to comment.