Skip to content

Commit

Permalink
fix: use safe for HTML entities in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmans committed Jul 19, 2024
1 parent 56e50de commit 9f204f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fanography/templates/table.kstability.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@
</td>

<td class="align-middle">
{{ fano["Ks"] }}
{{ fano["Ks"] | safe }}
</td>

<td class="align-middle">
{{ fano["Kps"] }}
{{ fano["Kps"] | safe }}
</td>

<td class="align-middle">
{{ fano["Kss"] }}
{{ fano["Kss"] | safe }}
</td>

<td class="align-middle">
Expand Down

0 comments on commit 9f204f6

Please sign in to comment.