aboutsummaryrefslogtreecommitdiff
path: root/src/guff.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff.cr')
-rw-r--r--src/guff.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guff.cr b/src/guff.cr
index 533a10f..afab4a4 100644
--- a/src/guff.cr
+++ b/src/guff.cr
@@ -18,7 +18,7 @@ module Guff
md.to_s
]
- page = HTMLPageView.new(title, "asdf")
+ page = PageHTMLView.new(title, "asdf")
page.styles << "foo/bar.css"
# TODO: refactor this