The same name for two functions is unfortunate. Fixed.

- Legacy-Id: 482
This commit is contained in:
Henrik Levkowetz 2007-06-17 21:07:22 +00:00
parent e4deb27623
commit 06091fcdb4

View file

@ -140,7 +140,7 @@ def rfcspace(string):
return string
@register.filter(name='rfcnospace')
def rfcspace(string):
def rfcnospace(string):
"""
If the string is an RFC designation, and does have
a space between 'RFC' and the rfc-number, remove it.