fix attachment_image
This commit is contained in:
parent
c0fde4625c
commit
009ad4dba5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Formatter(FormatterBase):
|
||||||
return '{{%s|%s}}' % (url, text)
|
return '{{%s|%s}}' % (url, text)
|
||||||
|
|
||||||
def attachment_image(self, url, **kw):
|
def attachment_image(self, url, **kw):
|
||||||
return '{{%s|}' % (url,)
|
return '{{%s|}}' % (url,)
|
||||||
|
|
||||||
def attachment_drawing(self, url, text, **kw):
|
def attachment_drawing(self, url, text, **kw):
|
||||||
return '{{%s|%s}}' % (url, text)
|
return '{{%s|%s}}' % (url, text)
|
||||||
|
|
Loading…
Reference in a new issue