diff --git a/src/page.h b/src/page.h index 371a87e..7c3235f 100644 --- a/src/page.h +++ b/src/page.h @@ -2119,7 +2119,7 @@ public: string checkrawtx_html = xmreg::read(TMPL_MY_CHECKRAWTX); // add header and footer - string full_page = checkrawtx_html + get_footer(); + string full_page = get_full_page(checkrawtx_html); add_css_style(context);