summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-01-21 16:01:32 +0100
committerErik Faye-Lund <erik.faye-lund@collabora.com>2019-01-22 10:46:44 +0100
commit12e39b82f21d7277c8923c1181a2d699f4736797 (patch)
treec2cce5aa176452289ec22d5bc75a6a9781ca798b
parenta0e5cecdfc52ba88b9d9dc81ae0fabbfce517249 (diff)
summary/html: open pre-tag instead of closing it
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
-rw-r--r--templates/test_result.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/test_result.mako b/templates/test_result.mako
index 9505e6a68..ad90b3ae5 100644
--- a/templates/test_result.mako
+++ b/templates/test_result.mako
@@ -72,7 +72,7 @@
<tr>
<td>Command</td>
<td>
- </pre>${value.command}</pre>
+ <pre>${value.command}</pre>
</td>
</tr>
% if value.exception: