Indev for quotes
This commit is contained in:
parent
4396417188
commit
b1e250a3cf
|
@ -362,7 +362,7 @@ def wip_quotes() :
|
|||
lang = ' lang="%s"'%lang
|
||||
|
||||
if author:
|
||||
quote_html = '<figure>\n' + \
|
||||
quote_html = '<figure class="%s">\n'%set_css + \
|
||||
' <blockquote class="%s"%s%s>\n'%(
|
||||
set_css, lang, cite
|
||||
) + \
|
||||
|
|
Loading…
Reference in New Issue