bjori           Thu Mar  1 01:02:02 2007 UTC

  Modified files:              
    /phpdoc/phpbook/phpbook-xsl html-common.xsl 
  Log:
  That should be a variable, ofcourse (patch by Rob Richards)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-xsl/html-common.xsl?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/phpbook/phpbook-xsl/html-common.xsl
diff -u phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.11 
phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.12
--- phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.11     Tue Feb  6 10:44:27 2007
+++ phpdoc/phpbook/phpbook-xsl/html-common.xsl  Thu Mar  1 01:02:02 2007
@@ -3,7 +3,7 @@
 
   html-common.xsl: Common HTML customizations
 
-  $Id: html-common.xsl,v 1.11 2007/02/06 10:44:27 bjori Exp $
+  $Id: html-common.xsl,v 1.12 2007/03/01 01:02:02 bjori Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -255,7 +255,7 @@
       <xsl:apply-templates select="refname[1]"/>
     </h1>
     <xsl:if test="ancestor::part/@id='funcref' or 
ancestor::part/@id='pecl-funcref'">
-      <xsl:param name="versionInfo" select="$version/[EMAIL 
PROTECTED](current()/refname, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ->()', 
'abcdefghijklmnopqrstuvwxyz::')]/@from" />
+      <xsl:variable name="versionInfo" select="$version/[EMAIL 
PROTECTED](current()/refname, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ->()', 
'abcdefghijklmnopqrstuvwxyz::')]/@from" />
       <p>
         <xsl:text>(</xsl:text>
         <xsl:choose>

Reply via email to