diff demo/more/grid.ur @ 943:e2194a6793ae

Fix JavaScript char literals; don't generate demo links to nonexistent files
author Adam Chlipala <adamc@hcoop.net>
date Tue, 15 Sep 2009 13:07:57 -0400
parents b8d7a47b8e0c
children da3ec6014d2f
line wrap: on
line diff
--- a/demo/more/grid.ur	Tue Sep 15 12:41:54 2009 -0400
+++ b/demo/more/grid.ur	Tue Sep 15 13:07:57 2009 -0400
@@ -84,7 +84,7 @@
     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) =>