mirror of
https://github.com/github/semantic.git
synced 2024-12-20 05:11:44 +03:00
Add a head with a link to CSS.
This commit is contained in:
parent
eb9c64d57c
commit
8885f039c4
@ -49,6 +49,7 @@ instance Show HTML where
|
|||||||
split :: Diff a Info -> String -> String -> IO ByteString
|
split :: Diff a Info -> String -> String -> IO ByteString
|
||||||
split diff before after = return . pack
|
split diff before after = return . pack
|
||||||
. tag "html"
|
. tag "html"
|
||||||
|
. (tag "head" "<link rel='stylesheet' href='style.css'>" ++)
|
||||||
. tag "body"
|
. tag "body"
|
||||||
. tag "table"
|
. tag "table"
|
||||||
. concat $ show <$> (fst $ diffToRows diff (0, 0) before after)
|
. concat $ show <$> (fst $ diffToRows diff (0, 0) before after)
|
||||||
|
Loading…
Reference in New Issue
Block a user