summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/init.php6
1 files changed, 2 insertions, 4 deletions
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 "<hr/>";
-
- print "<p>" . __("You can disable all articles shared by unique URLs here.") . "</p>";
+ print "<h3>" . __("You can disable all articles shared by unique URLs here.") . "</h3>";
print "<button class=\"alt-danger\" dojoType=\"dijit.form.Button\" onclick=\"return Plugins.Share.clearKeys()\">".
__('Unshare all articles')."</button> ";
@@ -139,4 +137,4 @@ class Share extends Plugin {
return 2;
}
-} \ No newline at end of file
+}