RSS 헤더 오류 수정 (phpxml -> xml)

This commit is contained in:
Mabin
2015-03-04 16:05:18 +09:00
committed by chicpro
parent 4bd82f7b01
commit 13cf64cf2e

View File

@ -43,7 +43,7 @@ $sql = " select gr_subject from {$g5['group_table']} where gr_id = '{$row['gr_id
$row = sql_fetch($sql);
$subj1 = specialchars_replace($row['gr_subject'], 255);
echo '<?phpxml version="1.0" encoding="utf-8" ?>'."\n";
echo '<?xml version="1.0" encoding="utf-8" ?>'."\n";
?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
@ -87,4 +87,4 @@ $date = date('r', strtotime($date));
echo '</channel>'."\n";
echo '</rss>'."\n";
?>
?>