mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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" />
|
||||
<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 loop="$oDocument->get('tag_list')=>$tag" term="{$tag}"/>
|
||||
</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" />
|
||||
<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" />
|
||||
<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" />
|
||||
<rss version="1.0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue