From a68b15060195b42eea36f29d2837bb920e35f07a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 14:03:33 +0300 Subject: remove separate classes for various panels, unify under .panel remove a few other unnecessary css classes/ids --- 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 d80a51a6e..8839c5f55 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