We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0348c commit 3b7a191Copy full SHA for 3b7a191
1 file changed
ietf/utils/templatetags/textfilters.py
@@ -72,5 +72,4 @@ def texescape_filter(value):
72
@stringfilter
73
def linkify(value):
74
text = mark_safe(bleach.linkify(value))
75
- debug.show('text[:240]')
76
return text
0 commit comments