From 842daeabf1eb863aa71d7eb87bf17aee6dabe7cd Mon Sep 17 00:00:00 2001 From: Osman Bozdag Date: Mon, 18 Nov 2024 09:22:40 +0100 Subject: [PATCH] Fix indexPage param exp in helpers/html_helper.rst Co-authored-by: kenjis --- user_guide_src/source/helpers/html_helper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/helpers/html_helper.rst b/user_guide_src/source/helpers/html_helper.rst index e70fa45260a2..646a664329af 100644 --- a/user_guide_src/source/helpers/html_helper.rst +++ b/user_guide_src/source/helpers/html_helper.rst @@ -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