X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=dohtml;h=95d786fabc3c9b95b7ee814da5a0319a51e3d2ea;hp=e1f1c650fe204a4ef405bbf395e3ce2b43e1df80;hb=62fac5ff5f87cd4844d2236dfa7c2a6d7f924e29;hpb=2a921bc4a4f78a7de3a39edbd39cb174db1557d7 diff --git a/dohtml b/dohtml index e1f1c65..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