diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-22 04:42:26 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-22 04:42:26 +0000 |
| commit | 912ddb16bca464eb9fc0d1e170fcee6406a7319c (patch) | |
| tree | 228b98755ad805707d2aed9d7a0da79aecbeafd9 | |
| parent | b6ddc9d3c16a028defca175781592325ae1796c8 (diff) | |
Fixed formatting bug in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/templates.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/templates.txt b/docs/templates.txt index 53bd431e96..06910e1a91 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -768,6 +768,7 @@ fix_ampersands Replaces ampersands with ``&`` entities. floatformat +~~~~~~~~~~~ Displays a floating point number as 34.2 (with one decimal places) -- but only if there's a point to be displayed. |
