summaryrefslogtreecommitdiff
path: root/templates/test_result.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/test_result.mako')
-rw-r--r--templates/test_result.mako6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/test_result.mako b/templates/test_result.mako
index b23fb8e27..a2c749ccd 100644
--- a/templates/test_result.mako
+++ b/templates/test_result.mako
@@ -31,7 +31,7 @@
<tr>
<td>Info</td>
<td>
- <pre>${info}</pre>
+ <pre>${info | h}</pre>
</td>
</tr>
<tr>
@@ -43,13 +43,13 @@
<tr>
<td>Traceback</td>
<td>
- <pre>${traceback}</pre>
+ <pre>${traceback | h}</pre>
</td>
</tr>
<tr>
<td>dmesg</td>
<td>
- <pre>${dmesg}</pre>
+ <pre>${dmesg | h}</pre>
</td>
</tr>
</table>