summaryrefslogtreecommitdiff
path: root/plugins/mailto/init.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 14:03:33 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 14:03:33 +0300
commita68b15060195b42eea36f29d2837bb920e35f07a (patch)
treed7df0deae0b0b0d3974e66fd3c5abd6ead029b35 /plugins/mailto/init.php
parente5dfc20939a74674fb01fa4688c7dbe1800bc22d (diff)
remove separate classes for various panels, unify under .panel
remove a few other unnecessary css classes/ids
Diffstat (limited to 'plugins/mailto/init.php')
-rw-r--r--plugins/mailto/init.php2
1 files changed, 1 insertions, 1 deletions
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 "<div class=\"tagCloudContainer\">";
+ print "<div class='panel'>";
print "<a target=\"_blank\" href=\"$mailto_link\">".
__("Forward selected article(s) by email.")."</a>";
print "</div>";