Skip to content

Commit

Permalink
Small docs typo in news_section.rst file.
Browse files Browse the repository at this point in the history
Small docs typo in news_section.rst file, Create news/index View file Note section.
  • Loading branch information
obozdag authored Mar 20, 2024
1 parent 8130587 commit 41b593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/tutorial/news_section.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Create **app/Views/news/index.php** and add the next piece of code.

.. literalinclude:: news_section/005.php

.. note:: We are again using using :php:func:`esc()` to help prevent XSS attacks.
.. note:: We are again using :php:func:`esc()` to help prevent XSS attacks.
But this time we also passed "url" as a second parameter. That's because
attack patterns are different depending on the context in which the output
is used.
Expand Down

0 comments on commit 41b593d

Please sign in to comment.