diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-26 22:27:19 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-26 22:27:19 -0400 |
commit | f53be17dfd2b2ba70a829235c0908ba6d512e3f7 (patch) | |
tree | 30e0d9beb2849231a937c13ad7ee2641ab210e48 | |
parent | 541dced67b58c1f1ecaaaa35dd8b36f59a493bf8 (diff) | |
download | jenkins.debian.net-f53be17dfd2b2ba70a829235c0908ba6d512e3f7.tar.xz |
reproducible debian: fix syntax error
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 71527daa..229a225f 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -461,6 +461,7 @@ create_dashboard_page() { write_page "<p><table class=\"main\"><tr><th>Various reproducibility statistics</th><th>source based</th>" for ARCH in ${ARCHS} ; do write_page "<th>$ARCH</th>" + done write_page "</tr>" ARCH="amd64" write_page "<tr><td>identified <a href=\"/index_issues.html\">distinct and categorized issues</a></td><td>$ISSUES</td><td colspan=\"2\"></td></tr>" |