X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=phd.py;fp=phd.py;h=7d9cf13d7c895dd6c1e628ecadaaa355f7b7d587;hb=4e1b23994ee310c40da786faedf49c8fa4b44d31;hp=52f69370b61c4e932405eb8c170d2fb402255789;hpb=b59767fc8b80d3feb32856a2aa3f6a5a10290b63;p=phdru.name%2Fphdru.name.git diff --git a/phd.py b/phd.py index 52f6937..7d9cf13 100644 --- a/phd.py +++ b/phd.py @@ -39,7 +39,7 @@ class phd(Template): def body(self): if hasattr(self, "body_html"): - return self.body_html() + return self.body_html().encode('utf-8') if hasattr(self, "body_text"): return self.text2html() if hasattr(self, "body_rst"):