Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 4, 2024
1 parent 62c0282 commit f363ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/filters/escape.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ documents:
* ``url``: escapes a string for the **URI or parameter** contexts. This should
not be used to escape an entire URI; only a subcomponent being inserted.

* ``html_attr``: escapes a string for the **HTML attribute** context,
* ``html_attr``: escapes a string for the **HTML attribute** context,
**without quotes** around HTML attribute values.

Note that doing contextual escaping in HTML documents is hard and choosing the
Expand Down

0 comments on commit f363ab2

Please sign in to comment.