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/mailto/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mailto/init.php') diff --git a/plugins/mailto/init.php b/plugins/mailto/init.php index 206197413..7e91746eb 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 ""; -- cgit v1.2.3