From 6ca59f2efc934ee4b905b3e2c26f0f8fe562f7b6 Mon Sep 17 00:00:00 2001
From: Jean-Christian Denis
Date: Thu, 16 Sep 2021 21:49:22 +0200
Subject: [PATCH] fix config display. use form::num for update limit, icon for
outgoing link
---
_config.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/_config.php b/_config.php
index 90b227d..703594a 100644
--- a/_config.php
+++ b/_config.php
@@ -106,7 +106,7 @@ $combo_tagcase = [
__('All upper case') => 3
];
-$pub_page_url = $core->blog->url.$core->url->getBase('zoneclearFeedsPage');
+$pub_page_url = $core->blog->url . $core->url->getBase('zoneclearFeedsPage');
# -- Display form --
@@ -127,7 +127,7 @@ __('Enable plugin') . '
if ($core->blog->settings->zoneclearFeedServer->zoneclearFeedServer_pub_active) {
echo sprintf(
- '%s
',
+ '%s
',
$pub_page_url,
$pub_page_url,
__('View the public list of feeds')
@@ -154,8 +154,8 @@ form::combo('tag_case', $combo_tagcase, $tag_case) . '
' .
form::combo('bhv_pub_upd', $combo_pubupd, $bhv_pub_upd) . '
-' .
-form::field('update_limit', 6, 4, $update_limit) . '
+