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_psql_trgm/init.php | 10 +++++++--- plugins/af_readability/init.php | 8 ++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'plugins') diff --git a/plugins/af_psql_trgm/init.php b/plugins/af_psql_trgm/init.php index 34e32d002..255c91a0f 100644 --- a/plugins/af_psql_trgm/init.php +++ b/plugins/af_psql_trgm/init.php @@ -223,9 +223,13 @@ class Af_Psql_Trgm extends Plugin { $key = array_search($feed_id, $enabled_feeds); $checked = $key !== FALSE ? "checked" : ""; - print "
"; + + print ""; + + print ""; print ""; } @@ -335,4 +339,4 @@ class Af_Psql_Trgm extends Plugin { return $tmp; } -} \ No newline at end of file +} 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