Skip to content

Commit

Permalink
Fix indexPage param exp in helpers/html_helper.rst
Browse files Browse the repository at this point in the history
Co-authored-by: kenjis <[email protected]>
  • Loading branch information
obozdag and kenjis authored Nov 18, 2024
1 parent e0e7702 commit 842daea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/helpers/html_helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following functions are available:
.. php:function:: img([$src = ''[, $indexPage = false[, $attributes = '']]])
:param string|array $src: Image source URI, or array of attributes and values
:param bool $indexPage: Should indexPage be added to the source path
:param bool $indexPage: Should ``Config\App::$indexPage`` be added to the source path
:param mixed $attributes: Additional HTML attributes
:returns: An HTML image element
:rtype: string
Expand Down

0 comments on commit 842daea

Please sign in to comment.