Skip to content

Commit 695c046

Browse files
committed
[UG] Fix typo causing Sphinx warning "Literal block expected"
1 parent b890d67 commit 695c046

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

user_guide_src/source/concepts/http.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ The `isAJAX()` and `isSecure()` methods check several different methods to deter
9999

100100
.. note:: The ``isAJAX()`` method depends on the ``X-Requested-With`` header, which in some cases is not sent by default in XHR requests via JavaScript (i.e. fetch). See the :doc:`AJAX Requests </general/ajax>` section on how to avoid this problem.
101101

102-
::
103-
104102
CodeIgniter also provides a :doc:`Response class </outgoing/response>` that is an object-oriented representation
105103
of the HTTP response. This gives you an easy and powerful way to construct your response to the client::
106104

0 commit comments

Comments
 (0)