From 5d1541efe093e3f16a3173fbfa9728fea1b58afe Mon Sep 17 00:00:00 2001 From: shish Date: Thu, 2 Aug 2007 17:07:26 +0000 Subject: [PATCH] php4 fails at heredoc git-svn-id: file:///home/shish/svn/shimmie2/trunk@417 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/rss_images/main.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/rss_images/main.php b/ext/rss_images/main.php index 1cfb2e1b..c98f05f4 100644 --- a/ext/rss_images/main.php +++ b/ext/rss_images/main.php @@ -51,9 +51,9 @@ class RSS_Images extends Extension { $title = $config->get_string('title'); $base_href = $config->get_string('base_href'); $version = $config->get_string('version'); - $xml = << - + $xml = " + + $title The latest uploads to the image board @@ -63,7 +63,7 @@ class RSS_Images extends Extension { $data -EOD; +"; $page->set_data($xml); } // }}}