File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ You can use one of the functions available in the :doc:`../helpers/url_helper`:
3737
3838You must pass ``true `` as the first parameter, otherwise, it will return the string representation of the current URL.
3939This URI is based on the path (relative to your ``baseURL ``) as determined by the current request object and
40- your settings in ``Config\App `` (baseURL, indexPage, and forceGlobalSecureRequests).
40+ your settings in ``Config\App `` (`` baseURL ``, `` indexPage `` , and `` forceGlobalSecureRequests `` ).
4141Assuming that you're in a controller that extends ``CodeIgniter\Controller `` you can get this relative path:
4242
4343.. literalinclude :: uri/005.php
@@ -174,7 +174,7 @@ you can use the ``stripQuery()`` and ``keepQuery()`` methods to change the actua
174174Fragment
175175--------
176176
177- Fragments are the portion at the end of the URL, preceded by the pound-sign (# ). In HTML URLs these are links
177+ Fragments are the portion at the end of the URL, preceded by the pound-sign (`` # `` ). In HTML URLs these are links
178178to an on-page anchor. Media URI's can make use of them in various other ways.
179179
180180.. literalinclude :: uri/022.php
You can’t perform that action at this time.
0 commit comments