We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26b65e commit 9e75e20Copy full SHA for 9e75e20
1 file changed
user_guide_src/source/changelogs/v4.3.2.rst
@@ -18,10 +18,10 @@ Behavior Changes
18
base_url()
19
----------
20
21
-Due to a bug, in previous versions :php:func:`base_url()` without argument returned baseURL
22
-without a trailing slash (``/``) like ``http://localhost:8080``. Now it returns
23
-baseURL with a trailing slash. This is the same behavior as ``base_url()`` in
24
-CodeIgniter 3.
+- Due to a bug, in previous versions :php:func:`base_url()` without argument
+ returned baseURL without a trailing slash (``/``) like ``http://localhost:8080``.
+- Now it returns baseURL with a trailing slash. This is the same behavior as
+ ``base_url()`` in CodeIgniter 3.
25
26
Changes
27
*******
0 commit comments