Skip to content

Commit

Permalink
Fix custom title page issue (closes #690). (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Mar 28, 2017
1 parent 5a9d69a commit 0f3be97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/modules/export/epub/class-pb-epub201.php
Expand Up @@ -851,7 +851,7 @@ protected function createTitle( $book_contents, $metadata ) {
continue; // Skip
}

$content = $this->kneadHtml( $front_matter['post_content'], 'front-matter' );
$content = $front_matter['post_content'];
break;
}

Expand Down

0 comments on commit 0f3be97

Please sign in to comment.