docs-common/common/entities entities.xsl,1.6,1.7

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Mar 18 20:23:21 UTC 2007


Author: pfrields

Update of /cvs/docs/docs-common/common/entities
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6786

Modified Files:
	entities.xsl 
Log Message:
This should be a text node, methinks.



Index: entities.xsl
===================================================================
RCS file: /cvs/docs/docs-common/common/entities/entities.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- entities.xsl	1 Mar 2006 23:38:02 -0000	1.6
+++ entities.xsl	18 Mar 2007 20:23:19 -0000	1.7
@@ -31,7 +31,7 @@
     <xsl:variable name="desc">
       <xsl:choose>
         <xsl:when test="comment = ''">
-          FIXME: PLEASE DEFINE ME
+          <xsl:text>FIXME: PLEASE DEFINE ME</xsl:text>
         </xsl:when>
         <xsl:otherwise>
           <xsl:value-of select="comment"/>




More information about the Fedora-docs-commits mailing list