Added comment/todo to SelfContained.

This commit is contained in:
John MacFarlane 2013-04-10 10:22:00 -07:00
parent da13ad89ce
commit dede39452f

View file

@ -74,6 +74,7 @@ convertTag userdata t@(TagOpen "link" as) =
return $ TagOpen "link" (("href",enc) : [(x,y) | (x,y) <- as, x /= "href"])
convertTag _ t = return t
-- NOTE: This is really crude, it doesn't respect CSS comments.
cssURLs :: Maybe FilePath -> FilePath -> ByteString -> IO ByteString
cssURLs userdata d orig =
case B.breakSubstring "url(" orig of