[LH4189] Separator is not centered in ebook (neither ePub nor mobi) and has no CSS class

I have configured my ebook compilation to insert a custom separator ("***") between text sections. The separator is successfully inserted, but it is not centered. I examined the source files generated when compiling an ePub file, and I found that the paragraph element containing the separator has no CSS class. If I manually assign the “separator” class directly to .xhtml files in the generated “source/booktitle/OPS” directory, then my custom CSS styling is applied, and the separator is centered.

This is what my separator looks like in its .xhtml file:

<p>***</p>

This is what I believe it should look like:

<p class="separator">***</p>

I’m on Windows 10, running 2.9.0.29 Beta (743042) 64-bit.

This should be in the beta forum where it’s more probable to get an answer.

Regards,
M

Thanks, I can confirm this isn’t happening as expected. These specifications have been provided to the developers.

———————
Moderator Note: moved thread to the beta testing forum