Removed rogue quote

git-svn-id: https://develop.svn.wordpress.org/trunk@97 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-05-25 21:10:25 +00:00
parent ae319d220f
commit 4489b24278
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
In every template you do, you got to copy them before the CafeLog 'loop' */
$blog=1; // enter your blog's ID
header('Content-type: text/xml');
include('blog.header.php"');
include('blog.header.php');
if (!isset($rss_language)) { $rss_language = 'en'; }
if (!isset($rss_encoded_html)) { $rss_encoded_html = 0; }
if (!isset($rss_excerpt_length) || ($rss_encoded_html == 1)) { $rss_excerpt_length = 0; }