Skip to content

Commit e8529cb

Browse files
committed
stop autoescaping the boilerplate
1 parent 84a29c5 commit e8529cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xcp_d/data/executive_summary_templates/executive_summary.html.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
{# Generate scripts and list of images for different mode-specific cyclers. #}
154154
{% include "cyclers.html.jinja" %}
155155

156+
{% autoescape false %}
156157
<div id="boilerplate">
157158
<h1 class="sub-report-title">Methods</h1>
158159
{% if boilerplate %}
@@ -173,6 +174,7 @@
173174
<p class="text-danger">Failed to generate the boilerplate</p>
174175
{% endif %}
175176
</div>
177+
{% endautoescape %}
176178

177179
<script type="text/javascript">
178180
function toggle(id) {

0 commit comments

Comments
 (0)