diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-26 00:32:05 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-26 00:32:05 +0000 |
commit | 54d85b9ee4c79679875dbb4b98f2eb12f46c606d (patch) | |
tree | ee10770a3963b073cb5874cf9563611d437767fa /src/Haddock/Backends/Xhtml/Utils.hs | |
parent | a3639ab3529cf25511f944f52b35380527073433 (diff) |
reorganize files in the html lib data dir
Diffstat (limited to 'src/Haddock/Backends/Xhtml/Utils.hs')
-rw-r--r-- | src/Haddock/Backends/Xhtml/Utils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml/Utils.hs b/src/Haddock/Backends/Xhtml/Utils.hs index a914d2e8..61f0894d 100644 --- a/src/Haddock/Backends/Xhtml/Utils.hs +++ b/src/Haddock/Backends/Xhtml/Utils.hs @@ -184,7 +184,7 @@ linkedAnchor n = anchor ! [href ('#':n)] collapsebutton :: String -> Html collapsebutton id_ = - image ! [ src minusFile, theclass "coll", onclick ("toggle(this,'" ++ id_ ++ "')"), alt "show/hide" ] + image ! [ src "minus.gif", theclass "coll", onclick ("toggle(this,'" ++ id_ ++ "')"), alt "show/hide" ] -- A quote is a valid part of a Haskell identifier, but it would interfere with |