From 9c8e8f7c2788fa475ff79d5b278be814fab7980c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 28 May 2001 20:08:36 +0000 Subject: - Fixed find-n-replace type in export.module. (Reported by Kristjan.) --- modules/export.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/export.module b/modules/export.module index b65fa569b..f63f6246c 100644 --- a/modules/export.module +++ b/modules/export.module @@ -39,7 +39,7 @@ function export_export_rss() { print "xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n"; print "xmlns=\"http://purl.org/rss/1.0/\">\n\n"; - print "\n"; + print "\n"; print " ". variable_get(site_name, "drupal") ."\n"; print " ". path_uri() ."\n"; print " ". variable_get(site_name, "drupal") ."\n"; -- cgit v1.2.3