summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/share/init.php b/plugins/share/init.php
index a3dc35224..4d7e0437c 100644
--- a/plugins/share/init.php
+++ b/plugins/share/init.php
@@ -46,7 +46,7 @@ class Share extends Plugin {
AND owner_uid = " . $_SESSION['uid']);
}
- print __("You can share this article by the following unique URL:");
+ print "<h2>". __("You can share this article by the following unique URL:") . "</h2>";
$url_path = get_self_url_prefix();
$url_path .= "/public.php?op=share&key=$uuid";