goba            Mon Feb 11 04:08:31 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl.in 
  Log:
  Use spaces, not tabs
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.20 phpdoc/xsl/htmlhelp.xsl.in:1.21
--- phpdoc/xsl/htmlhelp.xsl.in:1.20     Mon Feb 11 04:06:50 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Mon Feb 11 04:08:31 2002
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.20 2002/02/11 09:06:50 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.21 2002/02/11 09:08:31 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -248,12 +248,12 @@
   <table border="0" cellspacing="1" cellpadding="2" class="datatable">
     <xsl:call-template name="simplelist.vert">
       <xsl:with-param name="cols">
-       <xsl:choose>
-         <xsl:when test="@columns">
-           <xsl:value-of select="@columns"/>
-         </xsl:when>
-         <xsl:otherwise>1</xsl:otherwise>
-       </xsl:choose>
+        <xsl:choose>
+             <xsl:when test="@columns">
+               <xsl:value-of select="@columns"/>
+             </xsl:when>
+             <xsl:otherwise>1</xsl:otherwise>
+        </xsl:choose>
       </xsl:with-param>
     </xsl:call-template>
   </table>


Reply via email to