This is optional in HTML5.
Signed-off-by: Erik Faye-Lund <[email protected]>
---
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
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit