We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8130587 + 41b593d commit 7a2da33Copy full SHA for 7a2da33
user_guide_src/source/tutorial/news_section.rst
@@ -176,7 +176,7 @@ Create **app/Views/news/index.php** and add the next piece of code.
176
177
.. literalinclude:: news_section/005.php
178
179
-.. 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.
180
But this time we also passed "url" as a second parameter. That's because
181
attack patterns are different depending on the context in which the output
182
is used.
0 commit comments