diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-23 17:19:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-23 17:19:20 +0200 |
commit | f54aea572a9d2a09a1657bdb4c3788d8334370d7 (patch) | |
tree | 0d7e364db0bba0ae36a6ff3b06ed568cf4ac4240 /bin | |
parent | 68d9b108abff7f40647e2ea54729c8ebcfed8c4c (diff) | |
download | jenkins.debian.net-f54aea572a9d2a09a1657bdb4c3788d8334370d7.tar.xz |
reproducible: improve language
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 4cd1b99a..89d21589 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -362,7 +362,7 @@ write_usertag_table() { let "TTOTAL=TTOTAL+TOTAL" fi done - write_page "<tr><td>Total number of usertags set by reproducible-builds@lists.alioth.debian.org<br />(this is not the number of bugs as bugs can have several tags)</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>" + write_page "<tr><td>Total number of usertags for reproducible-builds@lists.alioth.debian.org<br />(this is not the number of bugs as bugs can have several tags)</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>" write_page "</table>" fi } |