Skip to content

Commit

Permalink
Merge pull request #1668 from enzok/patch-3
Browse files Browse the repository at this point in the history
Use pre tag to display file text
  • Loading branch information
doomedraven authored Jul 19, 2023
2 parents ae2577d + d55bf01 commit 7675b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/templates/analysis/generic/_file_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
<th></th><td>
<div class="collapse" id="text_{{file.sha256}}">
<div>
<p>{{file.data|escape}}</p>
<pre>{{file.data|escape}}</pre>
</div>
</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/analysis/generic/_subfile_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
<th></th><td>
<div class="collapse" id="text_{{sub_file.sha256}}">
<div>
<p>{{sub_file.data|escape}}</p>
<pre>{{sub_file.data|escape}}</pre>
</div>
</div>
</td>
Expand Down

0 comments on commit 7675b17

Please sign in to comment.