aboutsummaryrefslogtreecommitdiffstats
path: root/hypo.hy
diff options
context:
space:
mode:
Diffstat (limited to 'hypo.hy')
-rwxr-xr-xhypo.hy2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypo.hy b/hypo.hy
index 435a128..07d31cc 100755
--- a/hypo.hy
+++ b/hypo.hy
@@ -55,7 +55,7 @@
(defun no-such-file []
(setv web.ctx.status (str "404 Not Found"))
- "No such file.\n")
+ (render.notfound))
(defun get-lexer [filename content]
"Try to guess the correct lexer by FILENAME and CONTENT.