Remove some tabs.
--- a/master/types.html Sat Sep 15 02:24:16 2012 +1000
+++ b/master/types.html Sat Sep 15 17:59:46 2012 +1000
@@ -4510,8 +4510,8 @@
<dd class="operation">
Returns whether the specified point is within the fill of the element.
Normal hit testing rules apply; the value of the <a>'pointer-events'</a>
- property on the element determines whether a point is considered to be
- within the fill.
+ property on the element determines whether a point is considered to be
+ within the fill.
<dl class="operation">
<dt class="parameters-header">Parameters</dt>
<dd>
@@ -4526,15 +4526,15 @@
</dd>
<dt class="returns-header">Returns</dt>
<dd>true if the point is within the fill of this shape,
- or false otherwise.</dd>
+ or false otherwise.</dd>
</dl>
</dd>
<dt id="__svg__SVGGeometryElement__isPointInStroke" class="operation">bool <b>isPointInStroke</b>(<a>SVGPoint</a> point)</dt>
<dd class="operation">
Returns whether the specified point is within the stroke of the element.
Normal hit testing rules apply; the value of the <a>'pointer-events'</a>
- property on the element determines whether a point is considered to be
- within the stroke.
+ property on the element determines whether a point is considered to be
+ within the stroke.
<dl class="operation">
<dt class="parameters-header">Parameters</dt>
<dd>
@@ -4549,7 +4549,7 @@
</dd>
<dt class="returns-header">Returns</dt>
<dd>true if the point is within the stroke of this shape,
- or false otherwise.</dd>
+ or false otherwise.</dd>
</dl>
</dd>
</dl>