aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/more/grid.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/more/grid.ur')
-rw-r--r--demo/more/grid.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/more/grid.ur b/demo/more/grid.ur
index 412fe585..74ce6b38 100644
--- a/demo/more/grid.ur
+++ b/demo/more/grid.ur
@@ -84,7 +84,7 @@ functor Make(M : sig
fun render grid = <xml>
<table class={tabl}>
<tr class={tr}>
- <th/> <th/>
+ <th/> <th/> <th/>
{foldRX2 [fst] [colMeta M.row] [_]
(fn [nm :: Name] [p :: (Type * Type)] [rest :: {(Type * Type)}] [[nm] ~ rest]
data (meta : colMeta M.row p) =>