From 607ede512fed6c838c18ef04b48aab76ce1aa79a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Dec 2018 16:27:29 +0300 Subject: center previously centered text on single line dialog panels --- 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 8839c5f55..095cffbdf 100644 --- a/plugins/share/init.php +++ b/plugins/share/init.php @@ -107,7 +107,7 @@ class Share extends Plugin { $url_path = get_self_url_prefix(); $url_path .= "/public.php?op=share&key=$uuid"; - print "
"; + print "
"; print "$url_path"; print "
"; -- cgit v1.2.3