Indev for quotes
This commit is contained in:
parent
992ecd1a6b
commit
458514649b
|
@ -341,11 +341,11 @@ def wip_quotes() :
|
|||
|
||||
if author:
|
||||
quote_html = '<figure>\n' + \
|
||||
'<blockquote class="%s"%s%s>\n'%(
|
||||
' <blockquote class="%s"%s%s>\n'%(
|
||||
set_css, lang, cite
|
||||
) + \
|
||||
'%s\n'%quote_html + \
|
||||
'</blockquote>\n' + \
|
||||
' </blockquote>\n' + \
|
||||
'</figure>'
|
||||
else:
|
||||
quote_html = '<blockquote class="%s"%s%s>\n'%(
|
||||
|
|
Loading…
Reference in New Issue