Fix a typo in Data Filtering

This commit is contained in:
Evgeny Chernyavskiy
2022-12-16 04:52:26 -05:00
committed by GitHub
parent b3e32a6b7d
commit 5e77a66a20

View File

@@ -44,7 +44,7 @@ When you use bound parameters with [PDO](#databases), it will sanitize the input
Sometimes it is required to allow some safe HTML tags in the input when including it in the HTML page. This is very Sometimes it is required to allow some safe HTML tags in the input when including it in the HTML page. This is very
hard to do and many avoid it by using other more restricted formatting like Markdown or BBCode, although whitelisting hard to do and many avoid it by using other more restricted formatting like Markdown or BBCode, although whitelisting
libraries like [HTML Purifier][html-purifier] exists for this reason. libraries like [HTML Purifier][html-purifier] exist for this reason.
[See Sanitization Filters][2] [See Sanitization Filters][2]