diff options
author | colin <colin@cicadas.surf> | 2024-11-07 06:37:03 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-11-07 06:38:58 -0800 |
commit | b712dba9223fbfe0d192a65b243dfe983cebfad4 (patch) | |
tree | 2e1fdcc3cbaeb7734ffed4d47e91bd706e4fd6da /src/package.lisp | |
parent | 3f3bd3392be3768c1d65d5a5edfd0f42178f851b (diff) |
dropped doctype, emitting doctype during <html> rendering
typo
Diffstat (limited to 'src/package.lisp')
-rw-r--r-- | src/package.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp index 648788a..d2731e6 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -43,7 +43,6 @@ #:<dialog> #:<div> #:<dl> - #:<!doctype> #:<dt> #:<em> #:<embed> |