[Piglit] [PATCH 4/5] summary/html: drop trailing slash in <img>

Erik Faye-Lund erik.faye-lund at collabora.com
Tue Jan 22 10:41:10 UTC 2019


This is optional in HTML5.

Signed-off-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
---
 templates/test_result.mako | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/test_result.mako b/templates/test_result.mako
index 766e6f338..ba5f7fef7 100644
--- a/templates/test_result.mako
+++ b/templates/test_result.mako
@@ -39,8 +39,8 @@
           % for image in images:
             <tr>
               <td>${image['image_desc']}</td>
-              <td><img src="file://${image['image_ref']}" /></td>
-              <td><img src="file://${image['image_render']}" /></td>
+              <td><img src="file://${image['image_ref']}"></td>
+              <td><img src="file://${image['image_render']}"></td>
             </tr>
           % endfor
           </table>
-- 
2.20.1



More information about the Piglit mailing list