svn commit: r42162 - projects/entities/share/xml

Rene Ladan rene at FreeBSD.org
Fri Jul 5 18:49:38 UTC 2013


Author: rene
Date: Fri Jul  5 18:49:37 2013
New Revision: 42162
URL: http://svnweb.freebsd.org/changeset/doc/42162

Log:
  Remove some left-over test code.

Modified:
  projects/entities/share/xml/xhtml.xsl

Modified: projects/entities/share/xml/xhtml.xsl
==============================================================================
--- projects/entities/share/xml/xhtml.xsl	Fri Jul  5 18:45:42 2013	(r42161)
+++ projects/entities/share/xml/xhtml.xsl	Fri Jul  5 18:49:37 2013	(r42162)
@@ -158,7 +158,7 @@
     <h1><xsl:value-of select="$title" /></h1>
 
     <xsl:for-each select="xhtml:html/xhtml:body">
-      <xsl:text>***</xsl:text><xsl:apply-templates />
+      <xsl:apply-templates />
     </xsl:for-each>
   </xsl:template>
 


More information about the svn-doc-projects mailing list