diff --git a/plone/intelligenttext/transforms.py b/plone/intelligenttext/transforms.py index 2aa8144..6c38e49 100644 --- a/plone/intelligenttext/transforms.py +++ b/plone/intelligenttext/transforms.py @@ -51,6 +51,7 @@ def replaceURL(match): # Also with we should only link to some link, not # including the brackets. end = '' + # XXX Probably better to fix the regex above. Maurits if url.endswith('>'): url = url[:-len('>')] linktext = linktext[:-len('>')]