From fcef9eeae008bfb921614a55e6c3589a04ec06ec Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Mar 2013 14:01:25 +0400 Subject: remove dialogNotice; tweak dialog appearance a bit --- plugins/share/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/share') 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 "

". __("You can share this article by the following unique URL:") . "

"; $url_path = get_self_url_prefix(); $url_path .= "/public.php?op=share&key=$uuid"; -- cgit v1.2.3