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: Fri, 05 May 2006 13:54:55 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Branch:         
Changes by:     Gonéri Le Bouder <address@hidden>      06/05/05 13:54:55

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

Log message:
        space to split different authors
        space to split appnam and release in title

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

Patches:
Index: qsos/tools/xslt/qsos-xhtml.xsl
diff -u qsos/tools/xslt/qsos-xhtml.xsl:1.15 qsos/tools/xslt/qsos-xhtml.xsl:1.16
--- qsos/tools/xslt/qsos-xhtml.xsl:1.15 Mon May  1 23:07:56 2006
+++ qsos/tools/xslt/qsos-xhtml.xsl      Fri May  5 13:54:55 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%%"/>
@@ -25,7 +25,7 @@
       </head>
       <body>
         <h1>
-          <xsl:value-of select="document/header/appname"/>
+          <xsl:value-of select="document/header/appname"/>>&#160;
           <xsl:value-of select="document/header/release"/>
         </h1>
         <xsl:apply-templates select="document"/>
@@ -94,7 +94,7 @@
   <xsl:template match="author">
     <a href="mailto:{email}";>
       <xsl:apply-templates select="name"/>
-    </a>
+    </a>&#160;
   </xsl:template>
   <xsl:template match="dates">
     <li>




reply via email to

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