Added comment/todo to SelfContained.
This commit is contained in:
parent
da13ad89ce
commit
dede39452f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue