Skip to content

Commit

Permalink
Merge pull request #8641 from obozdag/patch-1
Browse files Browse the repository at this point in the history
docs: Small docs typo in news_section.rst file.
  • Loading branch information
kenjis authored Mar 20, 2024
2 parents 8130587 + 41b593d commit 7a2da33
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 7a2da33

Please sign in to comment.