Skip to content

Commit

Permalink
Update <hgroup> children after first <h#> to <p>, ref. new HTML standard
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Jul 20, 2023
1 parent 1c19725 commit d96b724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epub/text/halftitlepage.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="halftitlepage" epub:type="halftitlepage">
<hgroup epub:type="fulltitle">
<h2 epub:type="title">Sybil</h2>
<h3 epub:type="subtitle">Or, The Two Nations</h3>
<p epub:type="subtitle">Or, The Two Nations</p>
</hgroup>
</section>
</body>
Expand Down

0 comments on commit d96b724

Please sign in to comment.