summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-11 16:35:36 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-11 16:35:36 +0200
commitc381d34caf9a929033610d8f529def5d108aaacf (patch)
tree2c216b5be0ccaa5430c0b5d094aec3c563d96822
parent97e0bdf61a61a1011e57cbbd50b86d6b445b940c (diff)
downloadjenkins.debian.net-c381d34caf9a929033610d8f529def5d108aaacf.tar.xz
reproducible: emphasize hint
-rwxr-xr-xbin/reproducible_html_indexes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index b4859d09..1aaca819 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -425,7 +425,7 @@ def build_page(page, suite=None, arch=None):
footnote = False
if pages[page].get('header'):
if pages[page].get('notes_hint') and pages[page]['notes_hint'] and suite == defaultsuite:
- hint = 'These are the packages with failures that still need to be investigated.'
+ hint = ' <em>These</em> are the packages with failures that <em>still need to be investigated</em>.'
else:
hint = ''
if pages[page].get('header_query'):