Skip to content

Commit 714235b

Browse files
committed
docs: change from note to warning, because it is a security matter
1 parent 6cd0839 commit 714235b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/outgoing/view_parser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ of the comparison operators you would normally, like ``==``, ``===``, ``!==``, `
356356
<h1>Welcome, User</h1>
357357
{endif}
358358

359-
.. note:: In the background, conditionals are parsed using an **eval()**, so you must ensure that you take
359+
.. warning:: In the background, conditionals are parsed using an ``eval()``, so you must ensure that you take
360360
care with the user data that is used within conditionals, or you could open your application up to security risks.
361361

362362
Escaping Data

0 commit comments

Comments
 (0)