diff options
-rw-r--r-- | doc/htmlsanitization.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/htmlsanitization.mdwn b/doc/htmlsanitization.mdwn index 426cea5b7..2c814e8e4 100644 --- a/doc/htmlsanitization.mdwn +++ b/doc/htmlsanitization.mdwn @@ -25,6 +25,6 @@ browser. Some examples of embedded javascript that won't be let through. -<span style="background: url(javascript:window.location='http://example.org/')">test</span> -<span style="any: expression(window.location='http://example.org/')">test</span> -<span style="any: expression(window.location='http://example.org/')">test</span> +* <span style="background: url(javascript:window.location='http://example.org/')">test</span> +* <span style="any: expression(window.location='http://example.org/')">test</span> +* <span style="any: expression(window.location='http://example.org/')">test</span> |