Remove some tabs.
authorCameron McCormack <cam@mcc.id.au>
Sat, 15 Sep 2012 17:59:46 +1000
changeset 371 f8d7174369c0
parent 370 36db2d0d9b62
child 372 8fd3c34d3266
Remove some tabs.
master/types.html
--- 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>