From cb0d04e45aae9d08a653acc7da29fb87fe81b3cb Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sat, 11 Dec 2010 17:55:04 -0500 Subject: fixed auto-urlizing regex to allow insertion of the images again --- askbot/__init__.py | 2 +- askbot/utils/markup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/askbot/__init__.py b/askbot/__init__.py index 2ce4ba4c..92943c5c 100644 --- a/askbot/__init__.py +++ b/askbot/__init__.py @@ -19,4 +19,4 @@ def get_version(): """returns version of the askbot app this version is meaningful for pypi only """ - return '0.6.42' + return '0.6.44' diff --git a/askbot/utils/markup.py b/askbot/utils/markup.py index 8347811a..be9e9575 100644 --- a/askbot/utils/markup.py +++ b/askbot/utils/markup.py @@ -4,7 +4,7 @@ from askbot.conf import settings as askbot_settings from markdown2 import Markdown #url taken from http://regexlib.com/REDetails.aspx?regexp_id=501 by Brian Bothwell -URL_RE = re.compile("(?