docs: `<body>, |safe`

This commit is contained in:
defuz 2014-11-05 07:27:25 +03:00
parent 17eee81da0
commit 0bb4de1e3b
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ Loading jQuery
In order to use jQuery, you have to download it first and place it in the
static folder of your application and then ensure it's loaded. Ideally
you have a layout template that is used for all pages where you just have
to add a script statement to the bottom of your `<body>` to load jQuery:
to add a script statement to the bottom of your ``<body>`` to load jQuery:
.. sourcecode:: html