diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-11 16:35:36 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-11 16:35:36 +0200 |
commit | c381d34caf9a929033610d8f529def5d108aaacf (patch) | |
tree | 2c216b5be0ccaa5430c0b5d094aec3c563d96822 | |
parent | 97e0bdf61a61a1011e57cbbd50b86d6b445b940c (diff) | |
download | jenkins.debian.net-c381d34caf9a929033610d8f529def5d108aaacf.tar.xz |
reproducible: emphasize hint
-rwxr-xr-x | bin/reproducible_html_indexes.py | 2 |
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'): |