Skip to content

Commit

Permalink
Merge pull request ctxis#168 from enzok/patch69-13
Browse files Browse the repository at this point in the history
Fix office template for BinGraph graphs
  • Loading branch information
doomedraven authored Oct 3, 2019
2 parents cdd9e6a + 468967f commit 5aac1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/analysis/static/_office.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load key_tags %}
{% if graphs.bingraph.enabled %}
<h4>Binary Entropy</h4>
{{ graphs.bingraph.content|safe }}
{{ graphs.bingraph.content|getkey:analysis.target.file.sha256|safe }}
{% endif %}
{% if analysis.static %}
{% if analysis.static.office %}
Expand Down

0 comments on commit 5aac1bd

Please sign in to comment.