summaryrefslogtreecommitdiff
path: root/src/html.lisp
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2021-05-30 21:50:59 -0600
committerckonstanski <carlos.konstanski@olo.com>2021-05-30 21:50:59 -0600
commitb53bc020f5b52a31228fe4414de2f28a94690edb (patch)
treef50e49738dbecbb217ac7a02c6c1615ae0ab6039 /src/html.lisp
parent4f289129590466c8147a53ca19f7a68196624adc (diff)
remove superfluous #s
Diffstat (limited to 'src/html.lisp')
-rw-r--r--src/html.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.lisp b/src/html.lisp
index 331ebe4..5f93cae 100644
--- a/src/html.lisp
+++ b/src/html.lisp
@@ -6,7 +6,7 @@
(defpackage :org-ckons-http
(:use :cl))
-(in-package #:org-ckons-http)
+(in-package :org-ckons-http)
;;; XXX fix this, it's not correct
(defun html-reserved-p (c)