diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php
index c99d4b1d8..c8a8f8637 100755
--- a/plugins/af_comics/init.php
+++ b/plugins/af_comics/init.php
@@ -47,11 +47,6 @@ class Af_Comics extends Plugin {
function hook_prefs_tab($args) {
if ($args != "prefFeeds") return;
- print "
photo ".__('Feeds supported by af_comics')."\">";
-
- print "
" . __("The following comics are currently supported:") . "
";
-
$comics = [];
foreach ($this->filters as $f) {
@@ -62,17 +57,22 @@ class Af_Comics extends Plugin {
asort($comics);
- print "
";
+ ?>
+
- print_notice("To subscribe to GoComics use the comic's regular web page as the feed URL (e.g. for the
Garfield comic use
http://www.gocomics.com/garfield).");
+
= __("The following comics are currently supported:") ?>
- print_notice('Drop any updated filters into
filters.local in plugin directory.');
+
- print "
";
+ = format_notice("To subscribe to GoComics use the comic's regular web page as the feed URL (e.g. for the
Garfield comic use
http://www.gocomics.com/garfield).") ?>
+ = format_notice('Drop any updated filters into
filters.local in plugin directory.') ?>
+
+