Update rss.php
This commit is contained in:
parent
a0b1c2e733
commit
191f092e4a
1 changed files with 6 additions and 1 deletions
|
@ -23,8 +23,13 @@ $date= date('Y d M H:i:s', strtotime($date));
|
|||
//{
|
||||
//$content=$match[0].'...';
|
||||
//}
|
||||
|
||||
//$content = nl2br('$content');
|
||||
$content = $row['content'];
|
||||
rss::feed(htmlspecialchars($row['title']),$link,htmlspecialchars($content),$date);
|
||||
//$content = get_extended($content);
|
||||
|
||||
rss::feed(htmlspecialchars($row['title']),$link,$content,$date);
|
||||
//rss::feed(htmlspecialchars($row['title']),$link,htmlspecialchars($content),$date);
|
||||
}
|
||||
mysqli_free_result($result);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue