techtonik Fri Jul 15 05:20:44 2005 EDT
Modified files:
/phpdoc/xsl common.xsl
Log:
- titleabbrev mod now in std. distribution
http://cvs.php.net/diff.php/phpdoc/xsl/common.xsl?r1=1.27&r2=1.28&ty=u
Index: phpdoc/xsl/common.xsl
diff -u phpdoc/xsl/common.xsl:1.27 phpdoc/xsl/common.xsl:1.28
--- phpdoc/xsl/common.xsl:1.27 Sat Jan 8 13:30:48 2005
+++ phpdoc/xsl/common.xsl Fri Jul 15 05:20:44 2005
@@ -3,7 +3,7 @@
common.xsl: Common customizations for all HTML formats
- $Id: common.xsl,v 1.27 2005/01/08 18:30:48 hsc Exp $
+ $Id: common.xsl,v 1.28 2005/07/15 09:20:44 techtonik Exp $
What is done in this stylesheet as common to all HTML output formats:
@@ -39,8 +39,6 @@
<!-- Turn off separators on reference and refentry pages -->
<xsl:param name="refentry.separator" select="'0'"/>
<xsl:template name="reference.titlepage.separator"/>
-<!-- FIX: temporary till also this is in std.-distrib. -->
-<xsl:template match="reference/titleabbrev"/>
<!-- Load VERSION INFORMATION into variable -->
<xsl:param name="version" select="document('version.xml')/versions"/>