Skip to content

Commit

Permalink
[TASK] Resolve todos in HtmlparserTags chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Feb 7, 2024
1 parent b89ccb6 commit fd16e7c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Documentation/Functions/HtmlparserTags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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() <https://www.php.net/manual/en/function.strtoupper.php>`__.

fixAttrib.[attribute].lower
---------------------------
Expand All @@ -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() <https://www.php.net/manual/en/function.strtolower.php>`__.

fixAttrib.[attribute].range
---------------------------
Expand Down

0 comments on commit fd16e7c

Please sign in to comment.