diff options
Diffstat (limited to 'tests/misc/html.html')
-rw-r--r-- | tests/misc/html.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/misc/html.html b/tests/misc/html.html index 6db122a..1209112 100644 --- a/tests/misc/html.html +++ b/tests/misc/html.html @@ -1,13 +1,10 @@ - <h1>Block level html</h1> -<p>Some inline <b>stuff<b>. <br /> +<p>Some inline <b>stuff<b>.<br /> </p> <p>Now some <arbitrary>arbitrary tags</arbitrary>. </p> <p>And of course <script>blah</script>. </p> <p><a href="script>stuff</script">this <script>link</a> -</p> - - +</p>
\ No newline at end of file |