forked from boyska/sito-hackit-17
utf8 charset morte male
This commit is contained in:
parent
896997f093
commit
043c9d2499
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class TalkGridDirective(Directive):
|
|||
timestep=GRID_STEP,
|
||||
)
|
||||
output.append(nodes.raw('', u'<h4>%s</h4>' %
|
||||
day.strftime('%A %d').title(),
|
||||
day.strftime('%A %d').decode('utf8').title(),
|
||||
format='html'))
|
||||
output.append(nodes.raw('', render, format='html'))
|
||||
return output
|
||||
|
|
Loading…
Reference in a new issue