[Yanel-commits] rev 48624 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt

michi at wyona.com michi at wyona.com
Sat Apr 10 10:19:03 CEST 2010


Author: michi
Date: 2010-04-10 10:19:03 +0200 (Sat, 10 Apr 2010)
New Revision: 48624

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl
Log:
html title fixed

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl	2010-04-10 08:17:00 UTC (rev 48623)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl	2010-04-10 08:19:03 UTC (rev 48624)
@@ -24,9 +24,9 @@
 
 <xsl:template match="/">
 <html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-	<title>Wyona</title>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title><xsl:value-of select="/xhtml:html/xhtml:head/xhtml:title"/></title>
 	<link rel="stylesheet" type="text/css" href="{$yarep.back2realm}app3/css/all.css" media="all" />
 	<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="{$yarep.back2realm}app3/css/ie6.css" media="screen"/><![endif]-->
 



More information about the Yanel-commits mailing list