aboutsummaryrefslogtreecommitdiffstats
path: root/defmodule.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'defmodule.lisp')
-rw-r--r--defmodule.lisp8
1 files changed, 0 insertions, 8 deletions
diff --git a/defmodule.lisp b/defmodule.lisp
index 9381d31..aa9335a 100644
--- a/defmodule.lisp
+++ b/defmodule.lisp
@@ -64,11 +64,3 @@
(defparameter *static-directory*
(merge-pathnames #P"static/" scrumli-config:*base-directory*))
-
-(eval-when (:compile-toplevel :load-toplevel :execute)
- (sexml:with-compiletime-active-layers
- (sexml:standard-sexml sexml:xml-doctype)
- (sexml:support-dtd
- (merge-pathnames "html5.dtd" (asdf:system-source-directory "sexml"))
- :<)))
-(<:augment-with-doctype "html" "" :auto-emit-p t)