X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dohtml;h=19989e164ec24c46cc6a7f54cbd450d30a739888;hb=804379d628bb52c1350342f5c44b6e7cc5a35ebf;hp=1cf69958489e85f0867606d1612fd9def72df96d;hpb=9a3fa776d45e852ed9042c874fa188720824f50e;p=bugscan.git diff --git a/dohtml b/dohtml index 1cf6995..19989e1 100755 --- a/dohtml +++ b/dohtml @@ -11,6 +11,8 @@ html_header() { + + $title, $date @@ -52,7 +54,7 @@ html_header() { EOF } -html_page_creation_notice() { +html_end_of_content() { cat <
@@ -123,7 +125,7 @@ tags: EOF ./bugreport -H -l $filter - html_page_creation_notice + html_end_of_content html_closing_tags } @@ -132,7 +134,7 @@ makemainpage() { local title="$1" # Title of page local date_time="$2" # Date - header "$title" "$date_time" + html_header "$title" "$date_time" cat <

EOF - html_page_creation_notice + html_end_of_content cat <