10000 Update method name in the README · symfony/symfony@f2cb841 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2cb841

Browse files
committed
Update method name in the README
1 parent fdb368a commit f2cb841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HtmlSanitizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $config = (new HtmlSanitizerConfig())
2222
// standard. All scripts will be removed but the output may still contain
2323
// other dangerous behaviors like CSS injection (click-jacking), CSS
2424
// expressions, ...
25-
->allowAllStaticElements()
25+
->allowStaticElements()
2626

2727
// Allow the "div" element and no attribute can be on it
2828
->allowElement('div')

0 commit comments

Comments
 (0)
0