[Piglit] [PATCH 1/4] summary/html: close the right html-tag

Erik Faye-Lund erik.faye-lund at collabora.com
Mon Jan 21 16:00:54 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 ff08797bc..9505e6a68 100644
--- a/templates/test_result.mako
+++ b/templates/test_result.mako
@@ -26,7 +26,7 @@
       </tr>
       <tr>
         <td>Time</td>
-        <td>${value.time.delta}</b>
+        <td>${value.time.delta}</td>
       </tr>
     % if value.images:
       <tr>
-- 
2.20.1



More information about the Piglit mailing list