simplifies and normalizes the new html test

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3590 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2014-09-22 11:28:02 +00:00
parent 04beab04d1
commit 7df1352fd1

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8" />
<title>Area of a circle</title> <title>Area of a circle</title>
</head> </head>
<body> <body>
@ -98,8 +98,8 @@
<p> <p>
The area of a circle is The area of a circle is
<math> <math>
<mi>&pi;</mi> <mi>π</mi>
<mo>&InvisibleTimes;</mo> <mo>x</mo>
<msup> <msup>
<mi>r</mi> <mi>r</mi>
<mn>2</mn> <mn>2</mn>
@ -107,4 +107,4 @@
</math>. </math>.
</p> </p>
</body> </body>
</html> </html>