bjori Sun Feb 4 23:08:51 2007 UTC
Modified files:
/phpdoc/phpbook/phpbook-xsl html-common.xsl
Log:
Get rid of now useless table
http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-xsl/html-common.xsl?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/phpbook/phpbook-xsl/html-common.xsl
diff -u phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.7
phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.8
--- phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.7 Sun Feb 4 01:05:29 2007
+++ phpdoc/phpbook/phpbook-xsl/html-common.xsl Sun Feb 4 23:08:51 2007
@@ -3,7 +3,7 @@
html-common.xsl: Common HTML customizations
- $Id: html-common.xsl,v 1.7 2007/02/04 01:05:29 bjori Exp $
+ $Id: html-common.xsl,v 1.8 2007/02/04 23:08:51 bjori Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -633,13 +633,10 @@
</xsl:element>
</xsl:when>
<xsl:otherwise>
- <!-- FIXME: Get rid of this table -->
- <table xsl:use-attribute-sets="shade.verbatim.style"><tr><td>
- <xsl:element name="pre">
- <xsl:attribute name="class"><xsl:value-of select="./@role"
/></xsl:attribute>
- <xsl:value-of select="." disable-output-escaping="no" />
- </xsl:element>
- </td></tr></table>
+ <xsl:element name="pre">
+ <xsl:attribute name="class"><xsl:value-of select="./@role"
/></xsl:attribute>
+ <xsl:value-of select="." disable-output-escaping="no" />
+ </xsl:element>
</xsl:otherwise>
</xsl:choose>
</xsl:template>