From de3b0796d24c05856340d94504c109195b51d71c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 5 Jun 2003 18:09:39 +0000 Subject: - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. - Bugfix: made the "moderate" field behave. Patch 0030.queue.module.help.and.settings.form.patch by Al. - Documentation: revised a large part of the help texts / documentation! Al's 0024.* patches. - Documentation: added a glossary to the help module. Patch 0025.help.module.glossary.patch by Al and Michael. - Usability: first step towards unifying the terminology used in the cloud module. Patch by 0028.site.cloud.rationalize.name.patch Al. - Usability + CSS improvements: revamped the node form and removed all tables. Patch 0027.node.form.rewrite.patch by Al. - CSS improvements: patch 0026.admin.css.small.improvement.patch by Al. - Updated the MAINTAINERS file. --- modules/import.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/import.module') diff --git a/modules/import.module b/modules/import.module index a07c98a25..d7916491c 100644 --- a/modules/import.module +++ b/modules/import.module @@ -706,13 +706,13 @@ function import_page_fd() { $result = db_query("SELECT * FROM feed ORDER BY title"); - $output .= "\n\n"; + $output .= "\n\n"; $output .= "\n\n"; while ($feed = db_fetch_object($result)) { $output .= "\n"; - $output .= " ". htmlspecialchars($feed->title) ."\n"; - $output .= " ". htmlspecialchars($feed->url) ."\n"; + $output .= " ". drupal_specialchars($feed->title) ."\n"; + $output .= " ". drupal_specialchars($feed->url) ."\n"; $output .= "\n\n"; } -- cgit v1.2.3