Skip to content

Commit 55726a1

Browse files
committed
minor #5617 Add Body tag to see the web debug toolbar (rmed19)
This PR was merged into the 2.3 branch. Discussion ---------- Add Body tag to see the web debug toolbar Add body tag on the response content to see the web debug toolbar. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | #5616 Commits ------- d38e527 Add Body tag to see the web debug toolbar
2 parents 01965cc + d38e527 commit 55726a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ example, if you use annotations, create something like this::
193193
*/
194194
public function adminAction()
195195
{
196-
return new Response('Admin page!');
196+
return new Response('<html><body>Admin page!</body></html>');
197197
}
198198
}
199199

0 commit comments

Comments
 (0)