[Phoenix-commits] rev 18944 - public/yulup/website/xslt

michi at wyona.com michi at wyona.com
Mon Oct 2 22:11:45 CEST 2006


Author: michi
Date: 2006-10-02 22:11:43 +0200 (Mon, 02 Oct 2006)
New Revision: 18944

Modified:
   public/yulup/website/xslt/atomfeed2news-xhtml.xsl
Log:
links and title fixed

Modified: public/yulup/website/xslt/atomfeed2news-xhtml.xsl
===================================================================
--- public/yulup/website/xslt/atomfeed2news-xhtml.xsl	2006-10-02 20:09:30 UTC (rev 18943)
+++ public/yulup/website/xslt/atomfeed2news-xhtml.xsl	2006-10-02 20:11:43 UTC (rev 18944)
@@ -19,12 +19,9 @@
 <xsl:template match="/">
 <html>
 <head>
-  <title>News</title>
-  <link rel="alternate" title="Yulup News" href="news-entries.html?yanel.resource.viewid=atom" type="application/atom+xml"/>
+  <title>Yulup News</title>
+  <link rel="alternate" title="Yulup News" href="atom.xml" type="application/atom+xml"/>
   <link rel="introspection" href="news-entries/introspection-atom.xml" type="application/atomserv+xml"/>
-<!--
-  <link rel="introspection" href="download/introspection-atom.xml" type="application/atomserv+xml"/>
--->
 </head>
 <body>
 <!--




More information about the Phoenix-commits mailing list