further simplifies the html circle example

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3593 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat 2014-09-22 12:19:43 +00:00
parent fae7941b10
commit 82fe17f36f

View File

@ -6,7 +6,6 @@
</head>
<body>
<h1>Area of a circle</h1>
<p>
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
@ -94,9 +93,9 @@
id="path39" />
</g>
</svg>
</p>
<p>
The area of a circle is
</p>
<math>
<mi>π</mi>
<mo>x</mo>
@ -105,6 +104,5 @@
<mn>2</mn>
</msup>
</math>.
</p>
</body>
</html>