summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-03-23 17:53:49 +0000
committerDries Buytaert <dries@buytaert.net>2001-03-23 17:53:49 +0000
commitec18a2a36692de21feef71ec356e71e3bfbed5c0 (patch)
tree25d2f77eb89bf47f7802750c9ccfbcec4a7110bf /modules
parent33845fa17b71b9f5ebe465fa443cd9cfd04fe3fa (diff)
downloadbrdo-ec18a2a36692de21feef71ec356e71e3bfbed5c0.tar.gz
brdo-ec18a2a36692de21feef71ec356e71e3bfbed5c0.tar.bz2
- fixed headline module problem reported by Kristjan
Diffstat (limited to 'modules')
-rw-r--r--modules/headline.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/headline.module b/modules/headline.module
index e27895ad6..32a00896d 100644
--- a/modules/headline.module
+++ b/modules/headline.module
@@ -196,7 +196,7 @@ function headline_export($uri) {
header("Content-Type: text/plain");
- print "<?phpxml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n";
+ print "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n";
print "<rdf:RDF\n";
print " xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n";
print " xmlns=\"http://my.netscape.com/rdf/simple/0.9/\">\n";