[bknr-cvs] r1834 - trunk/projects/lisp-ecoop/website/templates

bknr at bknr.net bknr at bknr.net
Tue Feb 14 21:57:58 UTC 2006


Author: hhubner
Date: 2006-02-14 15:57:58 -0600 (Tue, 14 Feb 2006)
New Revision: 1834

Modified:
   trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl
Log:
Correctly produce title


Modified: trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl	2006-02-14 21:48:08 UTC (rev 1833)
+++ trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl	2006-02-14 21:57:58 UTC (rev 1834)
@@ -13,7 +13,7 @@
   <html
    xmlns="http://www.w3.org/1999/xhtml">
    <head>
-    <title>LISP-ECOOP06 - $(title)</title>
+    <title>LISP-ECOOP06 - <xsl:value-of select="@name"/></title>
     <link rel="stylesheet" type="text/css" href="../static/styles.css" />
     <script src="../static/javascript.js" language="javascript" type="text/javascript"> </script>
    </head>




More information about the Bknr-cvs mailing list