From: Tomas Pospisek Date: Sat, 24 Jan 2015 00:50:00 +0000 (+0100) Subject: more precise function naming X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=84de17e9662d4356e22b527b1eab62f39f33c486 more precise function naming --- diff --git a/dohtml b/dohtml index 1cf6995..5e5be86 100755 --- a/dohtml +++ b/dohtml @@ -52,7 +52,7 @@ html_header() { EOF } -html_page_creation_notice() { +html_end_of_content() { cat <
@@ -123,7 +123,7 @@ tags: EOF ./bugreport -H -l $filter - html_page_creation_notice + html_end_of_content html_closing_tags } @@ -188,7 +188,7 @@ EOF

EOF - html_page_creation_notice + html_end_of_content cat <