diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-01-24 12:15:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-24 11:15:09 +0000 |
| commit | 467968af0788a3059e1bed47f9daee846f5b3904 (patch) | |
| tree | 2e3ba6e49cebcee28753cc2171907dba4bf36abf /tests/ref/html/quote-nesting-html.html | |
| parent | cd044825fcb1651781f1dbcafac4dec8b216e370 (diff) | |
Tweak HTML pretty printing (#5745)
Diffstat (limited to 'tests/ref/html/quote-nesting-html.html')
| -rw-r--r-- | tests/ref/html/quote-nesting-html.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/ref/html/quote-nesting-html.html b/tests/ref/html/quote-nesting-html.html index c652bd97..6b05a94a 100644 --- a/tests/ref/html/quote-nesting-html.html +++ b/tests/ref/html/quote-nesting-html.html @@ -5,8 +5,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> - <p> - When you said that “he surely meant that ‘she intended to say “I'm sorry”’”, I was quite confused. - </p> + <p>When you said that “he surely meant that ‘she intended to say “I'm sorry”’”, I was quite confused.</p> </body> </html> |
