From 17413078a72e1298c6dc8953c40e8d83ce38c49c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 13 Feb 2021 18:32:02 +0300 Subject: pref feeds: index cleanup, split into several methods, use tabs to maximize space for feed tree, persist feed tree state --- plugins/share/init.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/share') diff --git a/plugins/share/init.php b/plugins/share/init.php index 0794f5125..42923ed8a 100644 --- a/plugins/share/init.php +++ b/plugins/share/init.php @@ -42,13 +42,13 @@ class Share extends Plugin { function hook_prefs_tab_section($id) { if ($id == "prefFeedsPublishedGenerated") { - print "

" . __("You can disable all articles shared by unique URLs here.") . "

"; + print "
"; + + print "

" . __("You can disable all articles shared by unique URLs here.") . "

"; print " "; - print "

"; - } } -- cgit v1.2.3