diff options
Diffstat (limited to 'server/HtmlOrphans.hs')
-rw-r--r-- | server/HtmlOrphans.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/HtmlOrphans.hs b/server/HtmlOrphans.hs index c9fa852..ebe65aa 100644 --- a/server/HtmlOrphans.hs +++ b/server/HtmlOrphans.hs @@ -29,7 +29,6 @@ import Lucid.Html5 (a_, body_, class_, code_, div_, em_, h1_, h2_, import Server (JobStatus (..), Org (orgSlug), RemoteRef (reporef, repourl), prettySha, unState) -import Text.Dot (showDot) import Types (Hint (Hint), Level (..)) @@ -139,7 +138,7 @@ instance ToHtml DirResult where "\ \d3.select(\"#exitGraph\")\n\ \ .graphviz()\n\ - \ .dot(\"" <> toText (escapeJSON $ showDot dirresultGraph) <> "\")\n\ + \ .dot(\"" <> toText (escapeJSON $ toString dirresultGraph) <> "\")\n\ \ .render()\n\ \" |