mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix for split-pages
This commit is contained in:
parent
a4e27cb9ed
commit
27df68ffe1
2
TODO
2
TODO
@ -1,3 +1,5 @@
|
||||
rename single-html -> embed-font/image/css ...
|
||||
|
||||
bug found in baidu & github & mail
|
||||
|
||||
IE9
|
||||
|
@ -160,7 +160,7 @@ void HTMLRenderer::pre_process()
|
||||
|
||||
// if split-pages is specified, open & close the file in the process loop
|
||||
// if not, open the file here:
|
||||
if(!param->split_pages);
|
||||
if(!param->split_pages)
|
||||
{
|
||||
/*
|
||||
* If single-html
|
||||
|
Loading…
Reference in New Issue
Block a user