From f363ab258b957c45f29280f2e96570080371957c Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 4 Oct 2024 08:05:19 +0200 Subject: [PATCH] Fix markup --- doc/filters/escape.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters/escape.rst b/doc/filters/escape.rst index cf1ad61efa4..e9ff539b69f 100644 --- a/doc/filters/escape.rst +++ b/doc/filters/escape.rst @@ -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