alias
This commit is contained in:
parent
134cb76fd9
commit
fccc9006d4
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ def stripTags(s):
|
||||||
return djangohtml.strip_tags(htmldecode(s)).strip()
|
return djangohtml.strip_tags(htmldecode(s)).strip()
|
||||||
return u''
|
return u''
|
||||||
|
|
||||||
|
strip_tags=stripTags
|
||||||
|
|
||||||
from htmlentitydefs import name2codepoint
|
from htmlentitydefs import name2codepoint
|
||||||
|
|
||||||
# This pattern matches a character entity reference (a decimal numeric
|
# This pattern matches a character entity reference (a decimal numeric
|
||||||
|
|
Loading…
Reference in a new issue