From 85930d55645b99c946dba005b955c766280baea5 Mon Sep 17 00:00:00 2001 From: SIR Date: Wed, 16 Jul 2014 17:56:53 +0900 Subject: [PATCH] =?UTF-8?q?=ED=99=88=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=A0=9C=EB=AA=A9=EC=9D=B4=EB=82=98=20=EA=B2=8C=EC=8B=9C?= =?UTF-8?q?=ED=8C=90=20=EC=A0=9C=EB=AA=A9=EC=97=90=20&=EB=93=B1=EC=9D=98?= =?UTF-8?q?=20=ED=8A=B9=EC=88=98=EB=AC=B8=EC=9E=90=EA=B0=80=20=EC=A1=B4?= =?UTF-8?q?=EC=9E=AC=ED=95=A0=EB=95=8C=20=EB=B0=9C=EC=83=9D=ED=95=98?= =?UTF-8?q?=EB=8D=98=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/syndi/ping.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin/syndi/ping.php b/plugin/syndi/ping.php index 016afcaa0..bdbd49aeb 100644 --- a/plugin/syndi/ping.php +++ b/plugin/syndi/ping.php @@ -22,7 +22,8 @@ $published = date('Y-m-d\TH:i:s\+09:00', strtotime($write['wr_datetime'])); $updated = $published; $link_href = G5_BBS_URL . "/board.php?bo_table={$bo_table}"; $id = $link_href . htmlspecialchars("&wr_id={$wr_id}"); -$link_title = $board['bo_subject']; +$cf_title = htmlspecialchars($config['cf_title']); +$link_title = htmlspecialchars($board['bo_subject']); $feed_updated = date('Y-m-d\TH:i:s\+09:00', G5_SERVER_TIME); $find = array('&', ' '); # 찾아서 @@ -45,7 +46,7 @@ echo "\n"; echo "{$feed_updated}\n"; -echo "\n"; +echo "\n"; echo "\n"; echo "{$id}\n"; echo "<![CDATA[{$title}]]>\n";