aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/web/html.lux
diff options
context:
space:
mode:
authorEduardo Julian2023-01-22 15:34:35 -0400
committerEduardo Julian2023-01-22 15:34:35 -0400
commitf19f246aad0bce5449b89d5b0c7bb2596c9e1e41 (patch)
treed451189f09e6ffa5cbc817fc9334b9d730c5c106 /stdlib/source/library/lux/web/html.lux
parent4ec923fe46f66ba8731fc4b7334e724d63dec73e (diff)
Simplified caching and JVM program JARs.
Diffstat (limited to 'stdlib/source/library/lux/web/html.lux')
-rw-r--r--stdlib/source/library/lux/web/html.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/web/html.lux b/stdlib/source/library/lux/web/html.lux
index 2257b97fe..4641d10f3 100644
--- a/stdlib/source/library/lux/web/html.lux
+++ b/stdlib/source/library/lux/web/html.lux
@@ -3,7 +3,7 @@
(.require
[library
- [lux (.except Tag Meta Source comment and template open parameter)
+ [lux (.except Tag Meta Source comment and template open parameter quote)
[control
["[0]" function]
["[0]" maybe (.use "[1]#[0]" functor)]]