The same name for two functions is unfortunate. Fixed.
- Legacy-Id: 482
This commit is contained in:
parent
e4deb27623
commit
06091fcdb4
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue