Skip to content

Commit f90dd68

Browse files
authored
Merge pull request #21 from falk-werner/fix/nore
fix: fixed typo
2 parents 6ae2b62 + f9867f1 commit f90dd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

note.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def update_view(self):
384384
contents = self.text.get(1.0, tk.END)
385385
html = markdown.markdown(contents, extensions=['tables'])
386386
self.frame.load_html(html, base_url="file://%s/" % self.note.base_path())
387-
self.frame.add_css(self.nore.css())
387+
self.frame.add_css(self.note.css())
388388

389389
def update(self):
390390
self.save()

0 commit comments

Comments
 (0)