To fix this problem open file static-html-output-plugin/plugin/WP2Static/HTMLProcessor.php , find there:
->loadHTML($this->raw_html);
And replace to;
->loadHTML('<?xml encoding="utf-8" ?>' . $this->raw_html);
To fix this problem open file static-html-output-plugin/plugin/WP2Static/HTMLProcessor.php , find there:
->loadHTML($this->raw_html);
And replace to;
->loadHTML('<?xml encoding="utf-8" ?>' . $this->raw_html);