그누보드 5.0.31 수정내역 적용

This commit is contained in:
chicpro
2015-03-10 13:47:21 +09:00
parent b477c2e720
commit a6a2183c7d
14 changed files with 30 additions and 96 deletions

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";
?>
?>