1
0
Fork 0

utf8 charset morte male

This commit is contained in:
lesion 2017-05-07 01:27:08 +02:00 committed by dbz
parent 896997f093
commit 043c9d2499

View file

@ -206,7 +206,7 @@ class TalkGridDirective(Directive):
timestep=GRID_STEP, timestep=GRID_STEP,
) )
output.append(nodes.raw('', u'<h4>%s</h4>' % output.append(nodes.raw('', u'<h4>%s</h4>' %
day.strftime('%A %d').title(), day.strftime('%A %d').decode('utf8').title(),
format='html')) format='html'))
output.append(nodes.raw('', render, format='html')) output.append(nodes.raw('', render, format='html'))
return output return output