We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d622053 commit a1143dcCopy full SHA for a1143dc
user_guide_src/source/outgoing/view_renderer.rst
@@ -135,7 +135,7 @@ Class Reference
135
136
echo $view->renderString('<div>My Sharona</div>');
137
138
- This could be used for displaying content that might have been stored in a database,
+ .. warning:: This could be used for displaying content that might have been stored in a database,
139
but you need to be aware that this is a potential security vulnerability,
140
and that you **must** validate any such data, and probably escape it
141
appropriately!
0 commit comments