diff --git a/help/2.php b/help/2.php index e14e92745..5cf9f1225 100644 --- a/help/2.php +++ b/help/2.php @@ -6,5 +6,5 @@

-

ContentFilters (wiki) +

ContentFilters (wiki) diff --git a/modules/opml_domdoc.php b/modules/opml_domdoc.php index fcad76ed2..a29a1eb69 100644 --- a/modules/opml_domdoc.php +++ b/modules/opml_domdoc.php @@ -96,8 +96,8 @@ feed_url = '$feed_url' AND owner_uid = '$owner_uid'"); - print "$feed_title - (rss)"; + print "$feed_title + (rss)"; if (db_num_rows($result) > 0) { print "".__('Already imported.').""; diff --git a/modules/opml_domxml.php b/modules/opml_domxml.php index 77ee816bd..9364145b1 100644 --- a/modules/opml_domxml.php +++ b/modules/opml_domxml.php @@ -99,8 +99,8 @@ feed_url = '$feed_url' AND owner_uid = '$owner_uid'"); - print "$feed_title - (rss)"; + print "$feed_title + (rss)"; if (db_num_rows($result) > 0) { print "".__("Already imported.").""; diff --git a/modules/pref-feed-browser.php b/modules/pref-feed-browser.php index 28c6efe7f..0cbb06e9e 100644 --- a/modules/pref-feed-browser.php +++ b/modules/pref-feed-browser.php @@ -36,8 +36,8 @@ $last_updated = date($short_date, strtotime($last_updated)); } - print __("Site:")." $site_url ". - "(feed), ". + print __("Site:")." $site_url ". + "(feed), ". __("Last updated:")." $last_updated"; print ""; @@ -66,7 +66,7 @@ $entry_dt = date($short_date, strtotime($line["updated"])); } - print "

  • " . $line["title"] . "" . + print "
  • " . $line["title"] . "" . " ($entry_dt)
  • "; } print ""; diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 44a345e28..8041b8cc1 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1153,7 +1153,7 @@ $url_path = article_publish_url($link); - print "

    Link to published articles feed.

    "; + print "

    Link to published articles feed.

    "; print "

    ";