[1.0.X] Correct weird typo that crept into [9567].

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-12-04 19:34:54 +00:00
parent c1ec41a91a
commit 687823640d
1 changed files with 1 additions and 2 deletions

View File

@ -91,8 +91,7 @@ DEFAULT_DIRECTORY_INDEX_TEMPLATE = """
def directory_index(path, fullpath):
try:
t = loader.get_template('static/directory_index.html
')
t = loader.get_template('static/directory_index.html')
except TemplateDoesNotExist:
t = Template(DEFAULT_DIRECTORY_INDEX_TEMPLATE, name='Default directory index template')
files = []