summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2026-02-25 10:37:38 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2026-02-25 13:12:17 -0300
commit703777cbbc268f62083c703fa27fa582b54bcc93 (patch)
tree78cc2fbaa2df9300ce812f75631b45691d674378 /docs
parenta73eed2b5d6dbc78e95482dbd79809b4bd6dd1fd (diff)
[5.2.x] Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit references from HTML truncation docs.
Backport of bbc6818bc12f14c1764a7eb68556018195f56b59 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/builtins.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 41ddca8560..11bc1a4f91 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -2754,8 +2754,7 @@ Newlines in the HTML content will be preserved.
.. admonition:: Size of input string
Processing large, potentially malformed HTML strings can be
- resource-intensive and impact service performance. ``truncatechars_html``
- limits input to the first five million characters.
+ resource-intensive and impact service performance.
.. templatefilter:: truncatewords
@@ -2802,8 +2801,7 @@ Newlines in the HTML content will be preserved.
.. admonition:: Size of input string
Processing large, potentially malformed HTML strings can be
- resource-intensive and impact service performance. ``truncatewords_html``
- limits input to the first five million characters.
+ resource-intensive and impact service performance.
.. templatefilter:: unordered_list