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/block-html.html | |
| parent | cd044825fcb1651781f1dbcafac4dec8b216e370 (diff) | |
Tweak HTML pretty printing (#5745)
Diffstat (limited to 'tests/ref/html/block-html.html')
| -rw-r--r-- | tests/ref/html/block-html.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/ref/html/block-html.html b/tests/ref/html/block-html.html index 98d971b8..d1716c6d 100644 --- a/tests/ref/html/block-html.html +++ b/tests/ref/html/block-html.html @@ -5,11 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> - <p> - Paragraph - </p> - <div> - Div - </div> + <p>Paragraph</p> + <div>Div</div> </body> </html> |
