diff --git a/shared/common/parsers.py b/shared/common/parsers.py index 47b3147c..c478b801 100644 --- a/shared/common/parsers.py +++ b/shared/common/parsers.py @@ -1856,6 +1856,7 @@ def makeHtmlFromReStructuredText(text, simple = 0, inline = 0, **keywords): CLASS='reference')) def visit_image(self, node): + # FIXME: should support non-uploadfiles images atts = node.attributes.copy() fullUrl = None matchObject = re.match(