phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] manual/templates/base help_data.xsl


From: Sigurd Nes
Subject: [Phpgroupware-cvs] manual/templates/base help_data.xsl
Date: Thu, 26 Oct 2006 11:26:00 +0000

CVSROOT:        /sources/phpgroupware
Module name:    manual
Changes by:     Sigurd Nes <sigurdne>   06/10/26 11:26:00

Modified files:
        templates/base : help_data.xsl 

Log message:
        keep tags

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/manual/templates/base/help_data.xsl?cvsroot=phpgroupware&r1=1.1&r2=1.2

Patches:
Index: help_data.xsl
===================================================================
RCS file: /sources/phpgroupware/manual/templates/base/help_data.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- help_data.xsl       25 Oct 2006 19:01:27 -0000      1.1
+++ help_data.xsl       26 Oct 2006 11:26:00 -0000      1.2
@@ -1,4 +1,4 @@
-<!-- $Id: help_data.xsl,v 1.1 2006/10/25 19:01:27 sigurdne Exp $ -->
+<!-- $Id: help_data.xsl,v 1.2 2006/10/26 11:26:00 sigurdne Exp $ -->
 
        <xsl:template name="help_data">
                <xsl:apply-templates select="xhelp"/>
@@ -7,10 +7,14 @@
        <xsl:template match="xhelp">
                <table>
                        <tr>
-                               <td><xsl:value-of select="intro"/></td>
+                               <td>
+                                       <xsl:value-of select="intro" 
disable-output-escaping="yes"/>
+                               </td>
                        </tr>
                        <tr>
-                               <td><xsl:value-of select="text"/></td>
+                               <td>
+                                       <xsl:value-of select="text" 
disable-output-escaping="yes" />
+                               </td>
                        </tr>
                </table>
        </xsl:template>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]