--- factorcss/CSS.hs 2004/12/27 19:45:02 63 +++ factorcss/CSS.hs 2005/02/12 13:31:23 72 @@ -119,6 +119,7 @@ show_simple_selector :: SimpleSelector -> String show_simple_selector (Just s, ds) = s ++ (concat . map show_detail) ds +show_simple_selector (Nothing, []) = "*" show_simple_selector (Nothing, ds) = (concat . map show_detail) ds show_detail :: Detail -> String