diff options
Diffstat (limited to 'tests/ref/html/enum-start.html')
| -rw-r--r-- | tests/ref/html/enum-start.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ref/html/enum-start.html b/tests/ref/html/enum-start.html index 8a4ff37f..fc9b3c06 100644 --- a/tests/ref/html/enum-start.html +++ b/tests/ref/html/enum-start.html @@ -6,7 +6,8 @@ </head> <body> <ol start="3"> - <li>Skipping</li><li>Ahead</li> + <li>Skipping</li> + <li>Ahead</li> </ol> </body> </html> |
