summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2013-11-15 11:06:39 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2013-11-15 11:06:39 -0800
commitde4b13de226e140313c3571e59a57438626da183 (patch)
tree198f7293b218b6317b7e7ee861f98d5ab88a7711 /templates
parent703421693544becfee24c1bd75a916c2afae72f4 (diff)
Revert "summary.py: Treat subtests as groups"
Diffstat (limited to 'templates')
-rw-r--r--templates/index.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.mako b/templates/index.mako
index 1ca46d34f..e959a27e2 100644
--- a/templates/index.mako
+++ b/templates/index.mako
@@ -60,7 +60,7 @@
<td class="${line['class']}">
## If the result is in the excluded results page list from
## argparse, just print the text, otherwise add the link
- % if line['class'] not in exclude and line['href'] is not None:
+ % if line['class'] not in exclude:
<a href="${line['href']}">
${line['text']}
</a>