From 4e253add8c78bb185911ffdffbb50ef318386a3c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Feb 2019 16:21:16 +0300 Subject: UI: add some more info links to relevant wiki pages; minor layout updates --- plugins/share/init.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/share') diff --git a/plugins/share/init.php b/plugins/share/init.php index 095cffbdf..7917c4856 100644 --- a/plugins/share/init.php +++ b/plugins/share/init.php @@ -42,9 +42,7 @@ class Share extends Plugin { function hook_prefs_tab_section($id) { if ($id == "prefFeedsPublishedGenerated") { - print "
"; - - print "

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

"; + print "

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

"; print " "; @@ -139,4 +137,4 @@ class Share extends Plugin { return 2; } -} \ No newline at end of file +} -- cgit v1.2.3