[If an item does not have a link associated, make it styled appropriately
Neil Mitchell**20080811224020] {
hunk ./src/Web/Action.hs 125
- url (TagHyperlink _ x) = Just $ "" ++ showTagHTML x ++
- ""
+ url (TagHyperlink _ x)
+ | null urlItem = Just $ "" ++ showTagHTML x ++ ""
+ | otherwise = Just $ "" ++ showTagHTML x ++
+ ""
hunk ./src/res/hoogle.css 105
+
+.a {
+ color: blue;
+}
}