Fix Documentation Example

This commit is contained in:
Sam Severance
2020-08-03 09:06:31 -04:00
parent fa53e3929b
commit 1691814807

View File

@@ -191,7 +191,7 @@ var options = {
// With the configuration specified above, the following HTML:
// <a href="#" onclick="hello()"><i>Hello</i></a>
// would become:
// <a href="#">Hello</a>
// <a href="#">&lt;i&gt;Hello&lt;/i&gt;</a>
```
For the default whitelist, please refer `xss.whiteList`.