From dc1cd6f8ff8531adada00f905b74ce993e60c335 Mon Sep 17 00:00:00 2001
From: Alvie Rahman <alvierahman90@gmail.com>
Date: Thu, 2 Dec 2021 16:30:22 +0000
Subject: [PATCH] Fix details/summary tags

---
 mechanical/mmme1026_maths_for_engineering/calculus.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mechanical/mmme1026_maths_for_engineering/calculus.md b/mechanical/mmme1026_maths_for_engineering/calculus.md
index ff04acc..386f648 100755
--- a/mechanical/mmme1026_maths_for_engineering/calculus.md
+++ b/mechanical/mmme1026_maths_for_engineering/calculus.md
@@ -23,7 +23,8 @@ $f(x)$.
 
 </details>
 
-<details open="">
+<details>
+<summary>
 
 ### Rational Functions
 
@@ -31,13 +32,12 @@ A function of the type
 
 $$ \frac{f(x)}{g(x)} $$
 
-<summary>
+</summary>
 
 where $f$ and $g$ are polynomials, is called a rational function.
 
 Its range has to exclude all those values of $x$ where $g(x) = 0$.
 
-</summary>
 </details>
 
 ### Inverse Functions
@@ -85,7 +85,7 @@ If the two limits are equal, we simply refer to the *limit*.
 
 $$f(x) = e^x = \exp x$$
 
-<details open="">
+<details>
 <summary>
 It can also be written as an infinite series:
 </summary>