Indev for quotes

This commit is contained in:
Cyrille L 2022-12-19 16:35:18 +01:00
parent 4396417188
commit b1e250a3cf
1 changed files with 1 additions and 1 deletions

View File

@ -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
) + \