Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed Sep 11, 2021
1 parent 511ea1b commit 564f7f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Package is substrate of [Latte package](https://github.com/nette/latte/)
- Escape HTML
- Escape HTML attributes
- Escape HTML comments
- Escape XML
- Escape JS
- Escape URL
- Escape CSS
Expand Down Expand Up @@ -52,6 +53,10 @@ echo '<style>color: ' . \JakubBoucek\Escape\EscapeCss::color($cssColor) . ';</st
It's prevent attact by escaping color value context.
## Safe HTML content
Package supports escaping HTML with included [safe HTML content](https://doc.nette.org/en/3.1/html-elements).
## Output without any escaping
In some cases you intentionally want to output variable without any escaping, but somebody other or your future self may
Expand Down

0 comments on commit 564f7f1

Please sign in to comment.