summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 14:01:25 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 14:01:25 +0400
commitfcef9eeae008bfb921614a55e6c3589a04ec06ec (patch)
tree152441ed13b6ea0c8946b79ca84b81ee88ead5ac /plugins/share
parent0f2c475539037195fe7436ab327c6625fc894e23 (diff)
remove dialogNotice; tweak dialog appearance a bit
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";