From 6ecadcbdd2d2d34948e6482bfffe2c818887b39e Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 3 Feb 2012 20:45:45 +0000 Subject: Made a bunch more edits up until [17418] git-svn-id: http://code.djangoproject.com/svn/django/trunk@17428 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/templates/builtins.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref/templates') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 85d43ceb51..afee499830 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2232,7 +2232,7 @@ This template tag works on links prefixed with ``http://``, ``https://``, or It also supports domain-only links ending in one of the original top level domains (``.com``, ``.edu``, ``.gov``, ``.int``, ``.mil``, ``.net``, and -``.org``). For example, ``djangoproject.com`` gets converted too. +``.org``). For example, ``djangoproject.com`` gets converted. .. versionchanged:: 1.4 @@ -2240,7 +2240,7 @@ Until Django 1.4, only the ``.com``, ``.net`` and ``.org`` suffixes were supported for domain-only links. Links can have trailing punctuation (periods, commas, close-parens) and leading -punctuation (opening parens) and ``urlize`` will still do the right thing. +punctuation (opening parens), and ``urlize`` will still do the right thing. Links generated by ``urlize`` have a ``rel="nofollow"`` attribute added to them. -- cgit v1.3