Skip to content

Commit aa87e51

Browse files
authored
Update index.html
Fix
1 parent dae94ca commit aa87e51

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ <h3 style="margin:7px" itemprop="eduQuestionType">Area of a Triangle</h3>
827827
<p itemprop="description" style="margin:12px">The area of a triangle can also be calculated by the length of its sides.</p>
828828
<br>
829829
<div itemprop="result">
830-
<math style="margin:12px"> xmlns="http://www.w3.org/1998/Math/MathML">
830+
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">
831831
<mrow>
832832
<mi>S</mi>
833833
<mo>=</mo>
@@ -4189,8 +4189,8 @@ <h3 itemprop="eduQuestionType" style="margin:12px">Volume of a horizontal Frustu
41894189
<br>
41904190
The height of the theoretical full pyramid can be calculated by the frustum height and the ratio between the top and bottom edges or areas.</p>
41914191
<br>
4192-
<div itemprop="result" itemscope itemtype="https://schema.org/MathSolver">
4193-
<math display="block" itemprop="mathExpression" xmlns="http://www.w3.org/1998/Math/MathML">
4192+
<div itemprop="result">
4193+
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
41944194
<mrow>
41954195
<mi>V</mi>
41964196
<mo>=</mo>

0 commit comments

Comments
 (0)