From fd16e7cf96242dfd6cd86cb432635aedec6c0dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:20:38 +0100 Subject: [PATCH] [TASK] Resolve todos in HtmlparserTags chapter See: https://github.com/TYPO3/typo3/blob/12.4/typo3/sysext/core/Classes/Html/HtmlParser.php#L512-L517 Releases: main, 12.4, 11.5 --- Documentation/Functions/HtmlparserTags.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Documentation/Functions/HtmlparserTags.rst b/Documentation/Functions/HtmlparserTags.rst index ba69e434f..480f3ecf7 100644 --- a/Documentation/Functions/HtmlparserTags.rst +++ b/Documentation/Functions/HtmlparserTags.rst @@ -108,10 +108,8 @@ fixAttrib.[attribute].upper :Data type: :ref:`data-type-boolean` - If true, the value is passed through the - respective PHP-function. - - .. TODO: There is not such PHP function, probably strtoupper? + If true, the value is passed through the PHP function + `strtoupper() `__. fixAttrib.[attribute].lower --------------------------- @@ -120,10 +118,8 @@ fixAttrib.[attribute].lower :Data type: :ref:`data-type-boolean` - If true, the value is passed through the - respective PHP-function. - - .. TODO: There is not such PHP function, probably strtolower? + If true, the value is passed through the PHP function + `strtolower() `__. fixAttrib.[attribute].range ---------------------------