[Yanel-commits] rev 20361 - public/yanel/trunk/src/realms/yanel-website/content/xslt

michi at wyona.com michi at wyona.com
Mon Nov 27 01:05:19 CET 2006


Author: michi
Date: 2006-11-27 01:05:18 +0100 (Mon, 27 Nov 2006)
New Revision: 20361

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/xslt/global.xsl
Log:
do not copy title

Modified: public/yanel/trunk/src/realms/yanel-website/content/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/xslt/global.xsl	2006-11-26 23:53:20 UTC (rev 20360)
+++ public/yanel/trunk/src/realms/yanel-website/content/xslt/global.xsl	2006-11-27 00:05:18 UTC (rev 20361)
@@ -43,7 +43,7 @@
   <meta name="DC.Language" content="TODO"/>
 
   <link rel="stylesheet" href="{$yarep.back2realm}css/global.css" type="text/css"/>
-  <xsl:copy-of select="/xhtml:html/xhtml:head/*"/>
+  <xsl:copy-of select="/xhtml:html/xhtml:head/*[name(.) != 'title']"/>
 </head>
 
 <body bgcolor="#ffffff">




More information about the Yanel-commits mailing list