add \Box
[wix.git] / src / Doc.lhs
index f8336f5..4d28e65 100644 (file)
@@ -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