We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7455cbc commit ebf4b5aCopy full SHA for ebf4b5a
src/reports/make-graph.rkt
@@ -168,8 +168,8 @@
168
,dropdown
169
,(render-help "report.html#alternatives"))
170
,body
171
- (details (summary "Derivation") (ol ((class "history"))
172
- ,@(render-history history ctx)))))
+ (details (summary "Derivation")
+ (ol ((class "history")) ,@(render-history history ctx)))))
173
,@(for/list ([i (in-naturals 1)]
174
[target (in-list targets)])
175
(define target-error (hash-ref target 'errors))
0 commit comments