diff src/cjr_print.sml @ 720:acb8537f58f0

Stop tracking CSS classes in XML types
author Adam Chlipala <adamc@hcoop.net>
date Sun, 12 Apr 2009 12:31:54 -0400
parents f152f215a02c
children 4c5796512edc
line wrap: on
line diff
--- a/src/cjr_print.sml	Sun Apr 12 11:08:00 2009 -0400
+++ b/src/cjr_print.sml	Sun Apr 12 12:31:54 2009 -0400
@@ -2146,17 +2146,13 @@
       | DJavaScript s => box [string "static char jslib[] = \"",
                               string (String.toString s),
                               string "\";"]
-      | DStyle (s, xs) => box [string "/*",
-                               space,
-                               string "style",
-                               space,
-                               string s,
-                               space,
-                               string ":",
-                               space,
-                               p_list string xs,
-                               space,
-                               string "*/"]
+      | DStyle s => box [string "/*",
+                         space,
+                         string "style",
+                         space,
+                         string s,
+                         space,
+                         string "*/"]
 
 datatype 'a search =
          Found of 'a