Mercurial > urweb
diff src/source_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 | 8688e01ae469 |
line wrap: on
line diff
--- a/src/source_print.sml Sun Apr 12 11:08:00 2009 -0400 +++ b/src/source_print.sml Sun Apr 12 12:31:54 2009 -0400 @@ -640,13 +640,9 @@ string ":", space, p_con c] - | DStyle (x, c) => box [string "style", - space, - string x, - space, - string ":", - space, - p_con c] + | DStyle x => box [string "style", + space, + string x] and p_str (str, _) = case str of