From e41c1cbe9f0476997eac7b4a3f17cbc6b2262faf Mon Sep 17 00:00:00 2001
From: Tim Baumann
Date: Mon, 9 Oct 2017 18:33:09 +0200
Subject: Use element for collapsibles (#690)
* Remove unnecessary call to 'collapseSection'
The call is unnecessary since there is no corresponding toggle for hiding the
section of orphan instances.
* Use for collapsibles
This makes them work even when JS is disabled. Closes #560.
---
html-test/ref/Bug298.html | 48 ++++++++++++++++++++++++-----------------------
1 file changed, 25 insertions(+), 23 deletions(-)
(limited to 'html-test/ref/Bug298.html')
diff --git a/html-test/ref/Bug298.html b/html-test/ref/Bug298.html
index efee6ce3..532d40c5 100644
--- a/html-test/ref/Bug298.html
+++ b/html-test/ref/Bug298.html
@@ -39,30 +39,32 @@
>Bug298
Synopsis
- (<^>) :: (a -> a) -> a -> a
- (<^) :: a -> a -> a
- (^>) :: a -> a -> a
- (⋆^) :: a -> a -> a
Synopsis
(<^>) :: (a -> a) -> a -> a- (<^) :: a -> a -> a
- (^>) :: a -> a -> a
- (⋆^) :: a -> a -> a
- f :: ()