diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/para-with-hr.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/misc/para-with-hr.html b/tests/misc/para-with-hr.html index c4eb4db..8569fec 100644 --- a/tests/misc/para-with-hr.html +++ b/tests/misc/para-with-hr.html @@ -1,2 +1,3 @@ -<p>Here is a paragraph, followed by a horizontal rule.<hr /> -Followed by another paragraph.</p> +<p>Here is a paragraph, followed by a horizontal rule.</p> +<hr /> +<p>Followed by another paragraph.</p>
\ No newline at end of file |