Skip to content

Commit 842daea

Browse files
obozdagkenjis
andauthored
Fix indexPage param exp in helpers/html_helper.rst
Co-authored-by: kenjis <[email protected]>
1 parent e0e7702 commit 842daea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/helpers/html_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following functions are available:
2828
.. php:function:: img([$src = ''[, $indexPage = false[, $attributes = '']]])
2929
3030
:param string|array $src: Image source URI, or array of attributes and values
31-
:param bool $indexPage: Should indexPage be added to the source path
31+
:param bool $indexPage: Should ``Config\App::$indexPage`` be added to the source path
3232
:param mixed $attributes: Additional HTML attributes
3333
:returns: An HTML image element
3434
:rtype: string

0 commit comments

Comments
 (0)