From 6acfa4ef24f9b6919e70bea78ec0c3dcfde21927 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 13 Jul 2001 10:53:02 +0000 Subject: - import.module: + fixed typo --- modules/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator.module') diff --git a/modules/aggregator.module b/modules/aggregator.module index 3d03c5d3e..6b7b72e50 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -379,7 +379,7 @@ function import_view_item() { $output .= "\n"; $output .= " \n"; while ($item = db_fetch_object($result)) { - $output .= " \n"; + $output .= " \n"; } $output .= "
timefeeditem
". format_date($item->timestamp, "custom", "m/d/y") ."
".format_date($item->timestamp, "custom", "H:i") ."
fid\">". check_output($item->feed) ."url) ."\">". check_output($item->title) ."". ($item->description ? "
". check_output($item->description) ."" : "") ."
iid]\" value=\"". check_form($item->attributes) ."\" size=\"50\" />
". format_date($item->timestamp, "custom", "m/d/y") ."
".format_date($item->timestamp, "custom", "H:i") ."
fid\">". check_output($item->feed) ."link) ."\">". check_output($item->title) ."". ($item->description ? "
". check_output($item->description) ."" : "") ."
iid]\" value=\"". check_form($item->attributes) ."\" size=\"50\" />
\n"; $output .= "\n"; -- cgit v1.2.3