bjori           Fri Aug  3 12:06:22 2007 UTC

  Modified files:              
    /phpdoc/phpbook/phpbook-xsl html-common.xsl 
  Log:
  Fixed bug#42193 (improper links with <type>)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-xsl/html-common.xsl?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/phpbook/phpbook-xsl/html-common.xsl
diff -u phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.12 
phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.13
--- phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.12     Thu Mar  1 01:02:02 2007
+++ phpdoc/phpbook/phpbook-xsl/html-common.xsl  Fri Aug  3 12:06:21 2007
@@ -3,7 +3,7 @@
 
   html-common.xsl: Common HTML customizations
 
-  $Id: html-common.xsl,v 1.12 2007/03/01 01:02:02 bjori Exp $
+  $Id: html-common.xsl,v 1.13 2007/08/03 12:06:21 bjori Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -234,9 +234,7 @@
                     and not(ancestor::[EMAIL PROTECTED]) and 
not(parent::fieldsynopsis)">
       <a>
         <xsl:attribute name="href">
-          <xsl:call-template name="href.target">
-            <xsl:with-param name="object" select="id($name)"/> 
-          </xsl:call-template>
+            <xsl:copy-of select="concat($name, $html.ext)"/>
         </xsl:attribute>
         <xsl:copy-of select="$mytype"/>
       </a>

Reply via email to