~stormdragon2976/bashtml

a22841e9daa18bff3f1e07e20d71bd346561d23b — Storm Dragon 2 years ago e948ea0
Added a page_bottom plugin.
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"
}