X-Git-Url: http://git.megacz.com/?p=wix.git;a=blobdiff_plain;f=src%2FDoc.lhs;h=4d28e6510fe16f894f1dab3990a8e48625dd06f2;hp=f8336f5cec2373b7dfec7cdfc51f3c2398685ec2;hb=78e11871be7fa7677a0e3822b6e08b3beca1c4b7;hpb=757259623cca7cd1114e52a12bc01fe424361255 diff --git a/src/Doc.lhs b/src/Doc.lhs index f8336f5..4d28e65 100644 --- a/src/Doc.lhs +++ b/src/Doc.lhs @@ -173,11 +173,11 @@ instance Show URL where (Just log) -> (show log)++"@") ++(show h) ++"/" - ++(urlEscape path) + ++path ++(case ref of Nothing -> "" (Just []) -> "" - (Just j) -> "#"++(urlEscape j)) + (Just j) -> "#"++j) instance FromTree URL where fromTree (Tree "URL" stuff _) = fromTrees stuff