--- factorcss/CSS.hs 2005/01/08 00:04:50 71 +++ 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