From 4d9141d7623bc44b6d13aaa2b8b53d63b27819bd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Feb 2019 14:37:59 +0300 Subject: simplify dlgSec-related markup --- plugins/af_readability/init.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'plugins/af_readability') diff --git a/plugins/af_readability/init.php b/plugins/af_readability/init.php index 273f3d46b..3cf8c9627 100755 --- a/plugins/af_readability/init.php +++ b/plugins/af_readability/init.php @@ -113,9 +113,13 @@ class Af_Readability extends Plugin { $key = array_search($feed_id, $enabled_feeds); $checked = $key !== FALSE ? "checked" : ""; - print "
"; + + print ""; + + print ""; print ""; } -- cgit v1.2.3-54-g00ecf