diff options
Diffstat (limited to 'docs/08_Format_API/03_FormatAbstract.md')
-rw-r--r-- | docs/08_Format_API/03_FormatAbstract.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/08_Format_API/03_FormatAbstract.md b/docs/08_Format_API/03_FormatAbstract.md index 8cf0418f..cb206b85 100644 --- a/docs/08_Format_API/03_FormatAbstract.md +++ b/docs/08_Format_API/03_FormatAbstract.md @@ -9,5 +9,5 @@ The `FormatAbstract` class implements the [`FormatInterface`](../08_Format_API/0 The `sanitizeHtml` function receives an HTML formatted string and returns the string with disabled `<script>`, `<iframe>` and `<link>` tags. ```PHP -sanitizeHtml(string $html): string +sanitize_html(string $html): string ``` |