Skip to content

Commit f363ab2

Browse files
committed
Fix markup
1 parent 62c0282 commit f363ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/filters/escape.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ documents:
5151
* ``url``: escapes a string for the **URI or parameter** contexts. This should
5252
not be used to escape an entire URI; only a subcomponent being inserted.
5353

54-
* ``html_attr``: escapes a string for the **HTML attribute** context,
54+
* ``html_attr``: escapes a string for the **HTML attribute** context,
5555
**without quotes** around HTML attribute values.
5656

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

0 commit comments

Comments
 (0)