rename feed.xsl to atom-to-html.xsl
This commit is contained in:
parent
fcfa9ef15b
commit
e4f7c97622
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="feed.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="atom-to-html.xsl"?>
|
||||||
<!-- $BeginBlock feed -->
|
<!-- $BeginBlock feed -->
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<title>${FEED_TITLE}</title>
|
<title>${FEED_TITLE}</title>
|
||||||
|
|
Loading…
Reference in New Issue