X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=dohtml;fp=dohtml;h=95d786fabc3c9b95b7ee814da5a0319a51e3d2ea;hp=cbef6c091443b518a7bee465a0ccab2c9dc6f07f;hb=62fac5ff5f87cd4844d2236dfa7c2a6d7f924e29;hpb=055961ce60da0c22b1273a0e9bc1cbe4adcc9215 diff --git a/dohtml b/dohtml index cbef6c0..95d786f 100755 --- a/dohtml +++ b/dohtml @@ -40,7 +40,7 @@ EOF realmakepage() { local filter="$1" # Distributions to list local title="$2" # Title of page - local date="$3" # Date + local date_time="$3" # Date local worry="$4" # Worry about testing only? local descr # Description of filter @@ -53,7 +53,7 @@ realmakepage() { filter="$filter $worry" - html_header "$title" "$date" + html_header "$title" "$date_time" cat < $htmldir/index.html.new +makemainpage "$title" "$date_time" > $htmldir/index.html.new mv -f $htmldir/index.html.new $htmldir/index.html