修正README中对stripIgnoreTag默认值描述有误问题

This commit is contained in:
Zongmin Lei
2014-03-03 10:02:26 +08:00
parent 4cf0924016
commit 63bd01e053
2 changed files with 4 additions and 4 deletions

View File

@@ -223,8 +223,8 @@ function safeAttrValue (tag, name, value) {
By using `stripIgnoreTag` parameter:
+ `true` by default: filter out tags not in the whitelist
+ `false`: escape the tag using configured `escape` function
+ `true` filter out tags not in the whitelist
+ `false`: by default: escape the tag using configured `escape` function
Example: