diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-25 11:15:38 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-25 11:15:38 +0200 |
commit | 8afbbad8f7da157097fb05d57d01583c03e55ddd (patch) | |
tree | 5d682687559ce6bd06fb584e6a374aa1bfaad571 | |
parent | 3798f7440012c251706b499289b2879de9fc3eb0 (diff) | |
download | jenkins.debian.net-8afbbad8f7da157097fb05d57d01583c03e55ddd.tar.xz |
fix typo
-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 56082ed3..a132f2bf 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -342,7 +342,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 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 "</table>" fi } |