diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-09-03 18:19:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-09-03 18:19:37 +0000 |
commit | 846abaad420f1713db39bc28470b6de80953c692 (patch) | |
tree | 9ad43737444541e9cd14432b54207c166797922a /regress/man/SH | |
parent | 1e7136c9c7a91b3c7254d1c4b5daf7159f2b8170 (diff) | |
download | mandoc-846abaad420f1713db39bc28470b6de80953c692.tar.gz |
adapt to new <p> output logic (html.c rev. 1.260)
Diffstat (limited to 'regress/man/SH')
-rw-r--r-- | regress/man/SH/paragraph.out_html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/man/SH/paragraph.out_html b/regress/man/SH/paragraph.out_html index 6423855a..abe932b4 100644 --- a/regress/man/SH/paragraph.out_html +++ b/regress/man/SH/paragraph.out_html @@ -1,10 +1,8 @@ -BEGINTEST </section> <section class="Sh"> <h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -This text immediately follows a section header. +<p class="Pp">This text immediately follows a section header.</p> <p class="Pp">This is a paragraph.</p> </section> <section class="Sh"> <h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1> -ENDTEST |