修正英文README中对“允许标签以data-开头的属性”的描述

This commit is contained in:
Zongmin Lei
2014-03-03 10:04:15 +08:00
parent 63bd01e053
commit 59f8f052c7

View File

@@ -265,7 +265,7 @@ code:
## Examples
### Allow tags start with `data-`
### Allow attributes of whitelist tags start with `data-`
```JavaScript
var source = '<div a="1" b="2" data-a="3" data-b="4">hello</div>';