From 24fb1a4c95111e6b4921c36996aa54b27f22b54a Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Fri, 1 Oct 2010 20:50:17 +0000 Subject: [PATCH] Fix line return. --- feeds.pages.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/feeds.pages.inc b/feeds.pages.inc index 6d1ff6ce..e5c177d4 100644 --- a/feeds.pages.inc +++ b/feeds.pages.inc @@ -160,6 +160,7 @@ function feeds_importer_template($importer) { } return drupal_not_found(); } + /** * Theme upload widget. */ -- GitLab