Need to handle links in _create_xmltag because they are a supported styletype now
svn: r15356
This commit is contained in:
parent
e13ed1433a
commit
49fde849a4
@ -108,7 +108,9 @@ class HtmlBackend(DocBackend):
|
||||
"""
|
||||
if tagtype not in self.SUPPORTED_MARKUP:
|
||||
return None
|
||||
if tagtype == DocBackend.FONTSIZE:
|
||||
elif tagtype == DocBackend.LINK:
|
||||
return self.format_link(value)
|
||||
elif tagtype == DocBackend.FONTSIZE:
|
||||
#size is in points
|
||||
value = str(value)
|
||||
elif tagtype == DocBackend.FONTFACE:
|
||||
|
Loading…
Reference in New Issue
Block a user