diff options
Diffstat (limited to 'html-test/ref/Examples.html')
-rw-r--r-- | html-test/ref/Examples.html | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/html-test/ref/Examples.html b/html-test/ref/Examples.html index a8eeeaf0..fa321fab 100644 --- a/html-test/ref/Examples.html +++ b/html-test/ref/Examples.html @@ -39,18 +39,20 @@ >Examples</p ></div ><div id="synopsis" - ><p id="control.syn" class="caption expander" onclick="toggleSection('syn')" - >Synopsis</p - ><ul id="section.syn" class="hide" onclick="toggleSection('syn')" - ><li class="src short" - ><a href="#" - >fib</a - > :: <a href="#" - >Integer</a - > -> <a href="#" - >Integer</a - ></li - ></ul + ><details id="syn" + ><summary + >Synopsis</summary + ><ul class="details-toggle" data-details-id="syn" + ><li class="src short" + ><a href="#" + >fib</a + > :: <a href="#" + >Integer</a + > -> <a href="#" + >Integer</a + ></li + ></ul + ></details ></div ><div id="interface" ><h1 |