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/mailto/init.php | 2 +- plugins/share/init.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/mailto/init.php b/plugins/mailto/init.php index 7e91746eb..26871ac2b 100644 --- a/plugins/mailto/init.php +++ b/plugins/mailto/init.php @@ -72,7 +72,7 @@ class MailTo extends Plugin { print __("Clicking the following link to invoke your mail client:"); - print "
"; + print ""; 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-54-g00ecf