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: Sun, 07 May 2006 14:03:06 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Branch:         
Changes by:     Gonéri Le Bouder <address@hidden>      06/05/07 14:03:06

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

Log message:
        put back a space between name and release in title

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

Patches:
Index: qsos/tools/xslt/qsos-xhtml.xsl
diff -u qsos/tools/xslt/qsos-xhtml.xsl:1.18 qsos/tools/xslt/qsos-xhtml.xsl:1.19
--- qsos/tools/xslt/qsos-xhtml.xsl:1.18 Sun May  7 13:15:09 2006
+++ qsos/tools/xslt/qsos-xhtml.xsl      Sun May  7 14:03:06 2006
@@ -4,7 +4,7 @@
     <html>
       <head>
         <title>
-          <xsl:value-of select="document/header/appname"/>
+          <xsl:value-of select="document/header/appname"/>&#160;
           <xsl:value-of select="document/header/release"/>
         </title>
         <link rel="stylesheet" type="text/css" href="%%CSS_SHEET%%"/>




reply via email to

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