diff options
Diffstat (limited to 'bin/reproducible_html_pkg_sets.sh')
-rwxr-xr-x | bin/reproducible_html_pkg_sets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh index 72d67215..72389dc6 100755 --- a/bin/reproducible_html_pkg_sets.sh +++ b/bin/reproducible_html_pkg_sets.sh @@ -96,7 +96,7 @@ create_pkg_sets_navigation() { write_page "<br />" for i in $(seq 1 ${#META_PKGSET[@]}) ; do case $i in - 7|10|16|24) write_page "<br />" + 7|10|18|26) write_page "<br />" ;; *) ;; esac |