commit
bf6fbd79f4
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class Page(Document):
|
|||
fpath = os.path.join(path, page_name + '.css')
|
||||
if os.path.exists(fpath):
|
||||
with open(fpath, 'r') as f:
|
||||
self.style = safe_decode((f.read())
|
||||
self.style = safe_decode(f.read())
|
||||
|
||||
# html as js template
|
||||
for fname in os.listdir(path):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue