File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ def buildhtml(self):
369
369
self .buildcontent ()
370
370
self .buildhtmlheader ()
371
371
self .content = self ._htmlcontent .decode ('utf-8' ) # need to ensure unicode
372
- self ._htmlcontent = self .template_page_highcharts .render (chart = self ). encode ( 'utf-8' )
372
+ self ._htmlcontent = self .template_page_highcharts .render (chart = self )
373
373
return self ._htmlcontent
374
374
375
375
def buildhtmlheader (self ):
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ def buildhtml(self):
306
306
self .buildcontent ()
307
307
self .buildhtmlheader ()
308
308
self .content = self ._htmlcontent .decode ('utf-8' ) # need to ensure unicode
309
- self ._htmlcontent = self .template_page_highcharts .render (chart = self ). encode ( 'utf-8' )
309
+ self ._htmlcontent = self .template_page_highcharts .render (chart = self )
310
310
return self ._htmlcontent
311
311
312
312
You can’t perform that action at this time.
0 commit comments