diff options
Diffstat (limited to 'tests/misc/header-in-lists.html')
-rw-r--r-- | tests/misc/header-in-lists.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/header-in-lists.html b/tests/misc/header-in-lists.html index 61a6d97..351b44a 100644 --- a/tests/misc/header-in-lists.html +++ b/tests/misc/header-in-lists.html @@ -2,7 +2,7 @@ <ul> <li> <h1>Header1</h1> -Line 1-2 - not a header or paragraph!</li> +Line 1-2 - <strong>not</strong> a header <em>or</em> paragraph!</li> <li> <h1>Header2</h1> Line 2-2 - not a header or paragraph!</li> @@ -11,7 +11,7 @@ Line 2-2 - not a header or paragraph!</li> <ul> <li> <h1>Header1</h1> -<p>Line 1-2 - a paragraph</p> +<p>Line 1-2 - <em>a</em> paragraph</p> </li> <li> <h1>Header2</h1> |