aboutsummaryrefslogtreecommitdiff
path: root/src/guff/page-html-view.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff/page-html-view.cr')
-rw-r--r--src/guff/page-html-view.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guff/page-html-view.cr b/src/guff/page-html-view.cr
index 42ea454..c300070 100644
--- a/src/guff/page-html-view.cr
+++ b/src/guff/page-html-view.cr
@@ -61,6 +61,6 @@ module Guff
"text/html; charset=%s" % [@charset]
end
- ECR.def_to_s("./src/guff/views/page.ecr")
+ ECR.def_to_s("./src/guff/views/ecrs/page.ecr")
end
end