aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/format/html.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/data/format/html.lux')
-rw-r--r--stdlib/source/library/lux/data/format/html.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/library/lux/data/format/html.lux b/stdlib/source/library/lux/data/format/html.lux
index 1813d46db..b74f5d1d8 100644
--- a/stdlib/source/library/lux/data/format/html.lux
+++ b/stdlib/source/library/lux/data/format/html.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux {"-" [Meta Source comment and]}
+ [lux {"-" Meta Source comment and}
[control
["[0]" function]
["[0]" maybe ("[1]#[0]" functor)]]
[data
["[0]" product]
["[0]" text
- ["%" format {"+" [format]}]]
+ ["%" format {"+" format}]]
[collection
["[0]" list ("[1]#[0]" functor mix)]]]
[type
@@ -17,12 +17,12 @@
[macro
["[0]" template]]
[world
- [net {"+" [URL]}]]]]
+ [net {"+" URL}]]]]
[//
[css
["[0]" selector]
- ["[0]" style {"+" [Style]}]]
- ["[0]" xml {"+" [XML]}]])
+ ["[0]" style {"+" Style}]]
+ ["[0]" xml {"+" XML}]])
(type: .public Tag selector.Tag)
(type: .public ID selector.ID)