qsos-commits
[Top][All Lists]
Advanced

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

[Qsos-commits] qsos/tools/xslt qsos-xhtml.xsl


From: Gonéri Le Bouder
Subject: [Qsos-commits] qsos/tools/xslt qsos-xhtml.xsl
Date: Wed, 26 Apr 2006 21:51:32 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Branch:         
Changes by:     Gonéri Le Bouder <address@hidden>      06/04/26 21:51:32

Modified files:
        tools/xslt     : qsos-xhtml.xsl 

Log message:
        not more <<>> around comment

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/qsos/tools/xslt/qsos-xhtml.xsl.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: qsos/tools/xslt/qsos-xhtml.xsl
diff -u qsos/tools/xslt/qsos-xhtml.xsl:1.11 qsos/tools/xslt/qsos-xhtml.xsl:1.12
--- qsos/tools/xslt/qsos-xhtml.xsl:1.11 Thu Apr 20 13:33:47 2006
+++ qsos/tools/xslt/qsos-xhtml.xsl      Wed Apr 26 21:51:32 2006
@@ -108,7 +108,7 @@
        
        <xsl:if test="comment !=''">
                <ul>
-                       <div class="comments">&#60;&#60;<xsl:value-of 
select="comment"/>&#62;&#62;</div>
+                       <div class="comments"><xsl:value-of 
select="comment"/></div>
                </ul>
        </xsl:if>       
        




reply via email to

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