diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index ed8e234c29..24e650e16b 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1512,7 +1512,7 @@ If ``value`` is ``Tom & Jerry``, the output will be ``Tom & Jerry``. However, ampersands used in named entities and numeric character references will not be replaced. For example, if ``value`` is ``Café``, the output -will *not* be ``Café&`` but remain ``Café``. This means that +will *not* be ``Café`` but remain ``Café``. This means that in some edge cases, such as acronyms followed by semicolons, this filter will not replace ampersands that need replacing. For example, if ``value`` is ``Contact the R&D;``, the output will remain unchanged because ``&D;`` |
