From ec18a2a36692de21feef71ec356e71e3bfbed5c0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 23 Mar 2001 17:53:49 +0000 Subject: [PATCH] - fixed headline module problem reported by Kristjan --- modules/headline.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/headline.module b/modules/headline.module index e27895ad673..32a00896d85 100644 --- a/modules/headline.module +++ b/modules/headline.module @@ -196,7 +196,7 @@ function headline_export($uri) { header("Content-Type: text/plain"); - print "\n"; + print "\n"; print "\n";