From a2f53ec922d8d9bbb61e06652591c7f8a96cb852 Mon Sep 17 00:00:00 2001 From: kenjis Date: Tue, 11 Oct 2022 09:50:09 +0900 Subject: [PATCH] docs: make description more detailed --- user_guide_src/source/helpers/form_helper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/helpers/form_helper.rst b/user_guide_src/source/helpers/form_helper.rst index 0a228e15ae..b70b9d5982 100644 --- a/user_guide_src/source/helpers/form_helper.rst +++ b/user_guide_src/source/helpers/form_helper.rst @@ -53,7 +53,7 @@ The following functions are available: :returns: An HTML form opening tag :rtype: string - Creates an opening form tag with a site URL **built from your config preferences**. + Creates an opening form tag with a site URL **built from your** ``Config\App::$baseURL``. It will optionally let you add form attributes and hidden input fields, and will always add the `accept-charset` attribute based on the charset value in your config file.