fix: no css in raw tx data checker

This commit is contained in:
moneroexamples 2017-01-30 16:45:11 +08:00
parent d187f1a9e3
commit 1e38ee9e8b
1 changed files with 1 additions and 1 deletions

View File

@ -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);