1 files changed, 1 insertions(+), 0 deletions(-)
M bashtml.sh
M bashtml.sh => bashtml.sh +1 -0
@@ 398,6 398,7 @@ create_html_page() {
# close divs
echo '</div></div>' # divbody and divbodyholder
[[ -n $body_end_file ]] && cat "$body_end_file"
+ call_plugins page_bottom
echo '</body></html>'
} > "$filename"
}