mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix incorrect XML header in some environments
This commit is contained in:
parent
36d7dcebcd
commit
b00f956d6b
4 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{'<?xml version="1.0" encoding="UTF-8" ?>'}
|
<?php echo '<?xml version="1.0" encoding="UTF-8" ?>'; ?>
|
||||||
|
|
||||||
<config autoescape="on" />
|
<config autoescape="on" />
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
@ -25,4 +25,4 @@
|
||||||
<category cond="$oDocument->get('category_srl') && $category_name = $category_list[$oDocument->get('module_srl')][$oDocument->get('category_srl')]->title" term="{$oDocument->get('category_srl')}" label="{Context::replaceUserLang($category_name)}" />
|
<category cond="$oDocument->get('category_srl') && $category_name = $category_list[$oDocument->get('module_srl')][$oDocument->get('category_srl')]->title" term="{$oDocument->get('category_srl')}" label="{Context::replaceUserLang($category_name)}" />
|
||||||
<category loop="$oDocument->get('tag_list')=>$tag" term="{$tag}"/>
|
<category loop="$oDocument->get('tag_list')=>$tag" term="{$tag}"/>
|
||||||
</entry>
|
</entry>
|
||||||
</feed>
|
</feed>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{'<?xml version="1.0" encoding="UTF-8" ?>'}
|
<?php echo '<?xml version="1.0" encoding="UTF-8" ?>'; ?>
|
||||||
|
|
||||||
<config autoescape="on" />
|
<config autoescape="on" />
|
||||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{'<?xml version="1.0" encoding="UTF-8" ?>'}
|
<?php echo '<?xml version="1.0" encoding="UTF-8" ?>'; ?>
|
||||||
|
|
||||||
<config autoescape="on" />
|
<config autoescape="on" />
|
||||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
|
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{'<?xml version="1.0" encoding="UTF-8" ?>'}
|
<?php echo '<?xml version="1.0" encoding="UTF-8" ?>'; ?>
|
||||||
|
|
||||||
<config autoescape="on" />
|
<config autoescape="on" />
|
||||||
<rss version="1.0">
|
<rss version="1.0">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue