You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/06/17 00:19:06 UTC

svn commit: r414947 - /lenya/trunk/src/pubs/default/xslt/page2xhtml.xsl

Author: michi
Date: Fri Jun 16 15:19:02 2006
New Revision: 414947

URL: http://svn.apache.org/viewvc?rev=414947&view=rev
Log:
syntax of link fixed

Modified:
    lenya/trunk/src/pubs/default/xslt/page2xhtml.xsl

Modified: lenya/trunk/src/pubs/default/xslt/page2xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/xslt/page2xhtml.xsl?rev=414947&r1=414946&r2=414947&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/xslt/page2xhtml.xsl (original)
+++ lenya/trunk/src/pubs/default/xslt/page2xhtml.xsl Fri Jun 16 15:19:02 2006
@@ -48,7 +48,7 @@
 <xsl:template match="cmsbody">
   <html>
     <head>
-      <link rel="cms.client" type="application/x.osr+xml" href="{$root}{$document-id}/introspection.xml" title="OSR-101"/>
+      <link rel="neutron-introspection" type="application/neutron+xml" href="{$root}{$document-id}/introspection.xml"/>
       <link rel="stylesheet" href="{$root}/css/page.css" type="text/css"/>
       <!-- Load doctype-specific CSS -->
       <xsl:choose>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org