[Piglit] [PATCH 2/4] summary/html: open pre-tag instead of closing it
Erik Faye-Lund
erik.faye-lund at collabora.com
Mon Jan 21 16:00:55 UTC 2019
Signed-off-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
---
templates/test_result.mako | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
--
2.20.1
More information about the Piglit
mailing list