diff options
| author | Andy Dirnberger <dirn@dirnonline.com> | 2012-07-18 14:34:08 -0400 |
|---|---|---|
| committer | Andy Dirnberger <dirn@dirnonline.com> | 2012-07-18 14:34:08 -0400 |
| commit | a7928dedc83bfe00736fc4ef3a905652684b55d4 (patch) | |
| tree | 89018421d28519b5cc31c199f1b1043ea23dc7f2 /docs/ref | |
| parent | d8e221db90294e0f26ee41ef81a1466907ca201d (diff) | |
Fix typo in staticfiles app documentation
In the documentation for the `static` template tag, a `::` was used prior to a `code-block`. Doing so caused the `code-block` line to render as code. Changing the `::` to `:` corrects the display.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index f5557dff91..cbe8ad54b8 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -390,7 +390,7 @@ in :ref:`staticfiles-from-cdn`. .. versionadded:: 1.5 If you'd like to retrieve a static URL without displaying it, you can use a -slightly different call:: +slightly different call: .. code-block:: html+django |
