From 84de17e9662d4356e22b527b1eab62f39f33c486 Mon Sep 17 00:00:00 2001 From: Tomas Pospisek Date: Sat, 24 Jan 2015 01:50:00 +0100 Subject: [PATCH] more precise function naming --- dohtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 <