Skip to content

Commit

Permalink
Add Body tag to see the web debug toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rmed19 committed Aug 10, 2015
1 parent a3f1b34 commit d38e527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ example, if you use annotations, create something like this::
*/
public function adminAction()
{
return new Response('Admin page!');
return new Response('<html><body>Admin page!</body></html>');
}
}

Expand Down

0 comments on commit d38e527

Please sign in to comment.