diff options
Diffstat (limited to 'tests/safe_mode/unsafe_urls.html')
-rw-r--r-- | tests/safe_mode/unsafe_urls.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/safe_mode/unsafe_urls.html b/tests/safe_mode/unsafe_urls.html index 8eda30d..fe37840 100644 --- a/tests/safe_mode/unsafe_urls.html +++ b/tests/safe_mode/unsafe_urls.html @@ -12,7 +12,8 @@ <a href="">link</a> <a href="">link</a> </p> -<p><img src="" alt="img"/><a href="">ref</a> +<p><img src="" alt="img"/> + <a href="">ref</a> <img src="" alt="imgref"/> </p> <p>These should work regardless: @@ -21,4 +22,4 @@ <a href="mailto:foo@bar.com">email</a> <a href="news:some.news.group.com">news scheme</a> <a href="http://example.com">http link</a> -</p>
\ No newline at end of file +</p> |