[Piglit] [PATCH 5/5] summary/html: drop trailing slash in <br>
Erik Faye-Lund
erik.faye-lund at collabora.com
Tue Jan 22 10:41:11 UTC 2019
This is optional in HTML5.
Signed-off-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
---
templates/feature.mako | 2 +-
templates/index.mako | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/feature.mako b/templates/feature.mako
index ae8ac6fdb..1a8eae1e1 100644
--- a/templates/feature.mako
+++ b/templates/feature.mako
@@ -48,7 +48,7 @@
<tr>
<th/>
% for res in results.results:
- <th class="head"><b>${res.name}</b><br />\
+ <th class="head"><b>${res.name}</b><br>\
(<a href="${normalize_href(posixpath.join(escape_pathname(res.name), 'index.html'))}">info</a>)</th>
% endfor
</tr>
diff --git a/templates/index.mako b/templates/index.mako
index a458ea112..f9b453e80 100644
--- a/templates/index.mako
+++ b/templates/index.mako
@@ -95,7 +95,7 @@
<tr>
<th/>
% for res in results.results:
- <th class="head"><b>${res.name}</b><br />\
+ <th class="head"><b>${res.name}</b><br>\
(<a href="${normalize_href(os.path.join(escape_pathname(res.name), 'index.html'))}">info</a>)</th>
% endfor
</tr>
--
2.20.1
More information about the Piglit
mailing list