File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ $builder
259
259
260
260
# # How to Customize a Config Definition
261
261
262
- # Custom Attributes
262
+ # ## Whitelist Attributes
263
263
264
264
In some case, you might want to set some rules for a specific tag.
265
265
This is what the following config is about :
@@ -288,7 +288,7 @@ See [HTMLPurifier_AttrTypes][] for more options.
288
288
289
289
[HTMLPurifier_AttrTypes] : https://github.com/ezyang/htmlpurifier/blob/master/library/HTMLPurifier/AttrTypes.php
290
290
291
- # Custom Elements
291
+ # ## Whitelist Elements
292
292
293
293
In some case, you might want to set some rules for a specific tag.
294
294
This is what the following config is about :
@@ -344,7 +344,7 @@ See [HTMLPurifier documentation][] for more details.
344
344
345
345
[HTMLPurifier documentation] : http://htmlpurifier.org/docs/enduser-customize.html
346
346
347
- # Blank Elements
347
+ # ## Blank Elements
348
348
349
349
It might happen that you need a tag clean from any attributes.
350
350
Then just add it to the list :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments